-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for realtime camera image? ROS Integration #17
Comments
Hi @DavidYaonanZhu, Please feel free to open up a PR as we don't have support for this currently. For HSR robot, apologies if we didn't mention this, but the demo was done offline i.e. first we collected rgb-d image from HSR robot and then ran our model on it. One could use ROS to stream rgb-d images and could run it online. I found this other implementation which ran CenterSnap (our previous work) on an OAK-D and RealSense cameras. One thing worth noting here is that you might need model finetuning on cameras other than the one NOCS captured its real images from. We tried finding that camera but couldn't find it on the market. We made one minor adjustment, we warped the images from HSR robot slightly to make its intrinsics similar to the NOCS Real camera intrinsics before feeding it to ShAPO model for inference. Hope it helps! |
Thanks a lot for your answer and suggestion. Let me try this. |
May I ask which intrinsic parameters from the HSR camera that you adjusted to make it looks like the NOCS Real camera? |
I don't think those intrinsics matter so long as you warp the image coming out of your custom camera to match the image with NOCS real camera intrinsics. Here is a small gist I wrote that might help you. |
Ok, thanks! |
Hi,
Thanks for this amazing work.
I wonder, wether you provide support for tutorials about how to integrate with robot cameras in real-time.
Just like the example you showed by using the HSR robot.
I could also contribute to this matter.
The text was updated successfully, but these errors were encountered: