-
Notifications
You must be signed in to change notification settings - Fork 26
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
Need help on testing hardware #40
Comments
+1 I have the same issue ! |
+1 We are facing the same issue. Were any of you able to resolve it? |
We have built a custom version of FoundationPose on ROS2 with Conda environment that works even with 8GB of GPU: |
Thank you @ammar-n-abbas for sharing the repo! |
Hi @yashwant-ies SAM2 is only used in the first frame to extract the masks. We achieved 10FPS with this model on an 8GB GeForce RTX 4070. |
We have been able to run Python version of Foundationpose released by NVLabs on an RTX3060 With 12GB Ram whereas when we try ROS version of foundationpose the GPU memory requirements suits up and ultimately the execution stops with below errors:
Is there a fix/workaround of this? Is there any reason for memory requirement of this package to go higher compare to original Foundationpose?
The requirement mentioned by you on the documentation is already satisfied. https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_pose_estimation/index.html#supported-platforms
The text was updated successfully, but these errors were encountered: