CMT
CMT copied to clipboard
I just ran some of my own datasets on the CPP version. It worked great, but it was very noisy (keypoints detected all over) in the python version. Why might...
I am constantly getting the error below. Can someone help? I have modified the code to run for multiple objects by initializing it with a new region to start with....
As opencv is now available at 3.1, are there any plans to upgrade CMT to work with 3.1 If not is there a particular sweet spot of OpenCV 3 that...
Can CMT be used for multiple objects in a frame? If yes, please suggest the best way that could be possible.
The interface to the feature detectors has changed a bit in opencv3+. Apparently, detection and description is kind of merged. This fix makes the code run for me. I have...
I'm getting a core dumped fault on ubuntu 14.04 when I run the command CMT$ python run.py challenge.mp4 challenge.mp4 is located in the CMT directory. Any help with that is...
Formatted by PEP8 guidelines, just simple cleanup for more readability and wrapping up long lines. Accept if you wish. Thank you.