Ray Phan

Results 31 comments of Ray Phan

That's exactly it. There's no point in adding this training value to the forest if the feature vector is already classified as positive. Same thing for the negative samples too....

If you use the patch with OpenCV 2.2 it'll work. I actually gave up after a certain point because the libraries weren't compiling for me. I just installed the 32-bit...

I don't know buddy.... install 32-bit MATLAB instead, then try doing it. That's what I did. Good luck, - Ray.

Yup, a callback was written to do that. You can comment out that code if you like.

https://github.com/zk00006/OpenTLD/zipball/master

Actually you should avoid doing that. Modifying the actual MEX MATLAB libraries is NOT recommended. If you get this issue, go into the following files: lk.cpp, fern.cpp, and bb_overlap.cpp, and...

Dear Vicy, This means that the WORKING DIRECTORY in MATLAB is not set to where the source code of the Predator algorithm is contained. Go to the top of your...

Aha, You weren't telling me the whole story! Because you're compiling in 64-bit windows, you need to CREATE NEW OpenCV libraries so that they are compatible with your OS. The...

Install 32-bit MATLAB, then try again... I'm out of options. Good luck, - Ray.

@simonsayshi I'm sorry I have no idea. I haven't used this framework in 4 years so whatever nuances I've discovered, I've long forgotten them.