You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Recognition should not depend on segmentation, at least not always.
The text was updated successfully, but these errors were encountered: