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

run recognition on full scene #114

Open
mzillich opened this issue Jan 11, 2017 · 3 comments
Open

run recognition on full scene #114

mzillich opened this issue Jan 11, 2017 · 3 comments
Assignees

Comments

@mzillich
Copy link
Contributor

Recognition should not depend on segmentation, at least not always.

@edith-langer
Copy link
Contributor

Can you clarify that please? How and where does recognition depends on segmentation?

@mzillich
Copy link
Contributor Author

The do_recognition() is only run on segmented objects. This was fine for the last demo to speed things up. But is not always what one needs.

@edith-langer
Copy link
Contributor

We have to rethink the structure of squirrel_look_for_objects.cpp. Right now it segments the scene first and calls the recognizer on segmented objects.
It would be better to have the recognizer running on the scene and then mask out the recognized objects and do a segmentation afterwards (as the recognizer is more robust).

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