-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tracking branch #16
base: master
Are you sure you want to change the base?
Tracking branch #16
Conversation
Thanks for the README.md! It is really helpful. |
scooping_cv/README.md
Outdated
|
||
THe problem with the ZED camera is that it cannot track homogeneous surfaces, e.g. the cup. The cup itself will be detected as flat surface, which corrupts the bayesian object tracking. | ||
|
||
Using the Intel Realsense R200 (which has an infrared depth sensor), the cup is recognized without problems. However, the scooping tool has a special surface that does not go well with infrared - it is not detectable in the depth cloud. This needs to be solved. An alternative would be using AR Tags. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't wrapping it with paper work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only wrapping the handle is not the best solution, the tracking is still a bit inaccurate.. But true that part of the readme needs a little update :)
@stlukyanenko does it work on non cude devices? |
While it builds and should, I wasn't able to run bayesian object tracking with -DDBOT_BUILD_GPU=Off |
No description provided.