Ask Your Question

ljcljc's profile - activity

2015-04-12 02:21:06 -0600 commented question How to use a custom SVM with HOGDescriptor, in Python

Questions. What is re in the line: 'svmvec = [float(x) for x in re.sub( '\s+', ' ', SVs.text ).strip().split(' ')]'?