Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version not as robust as CPP version #20

Open
soulslicer opened this issue Sep 1, 2015 · 5 comments
Open

Python version not as robust as CPP version #20

soulslicer opened this issue Sep 1, 2015 · 5 comments

Comments

@soulslicer
Copy link

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 that be?

@noodlebreak
Copy link

Can you give some images from your differing dataset images?

@dtbaker
Copy link

dtbaker commented Apr 6, 2016

Anything further on this @soulslicer ? I just got up and running with the Python version on a Raspberry Pi, contemplating digging into CPP if it is going to run better.

@soulslicer
Copy link
Author

I ended up not using CMT as I found particle filters used together with classifiers to be more robust.

@dtbaker
Copy link

dtbaker commented Apr 6, 2016

Thanks for the reply @soulslicer

This is where I am at now with CMT object tracking:

https://www.youtube.com/watch?v=hvzohGuw8XI

https://github.com/dtbaker/pi-web/blob/master/CMT/start.py

This is my very first attempt at OpenCV and Python so it's a little rough :) I hate asking for help on these sort of things, but do you have any links to tutorials about particle filters/classifiers? There just seems to be so many options out there. Need someone to tell me "use this and this" for best tracking results :)

Cheers

@duzefu
Copy link

duzefu commented Oct 10, 2019

probabaly because CppMT use FAST detector but CMT use BRISK detector .FAST detector can find almost 10 times keypoint than BRISK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants