Closed Muhayyuddin closed 2 weeks ago
Do you have a 6GB GPU, it would be at least 8-16GB
Oh ok thanks for highlighting the minimum GPU requirement issue. I will try with higher GPU thanks
Also, if you are using a custom model, make sure it's mesh is not too detailed (fine) and heavy.
I've experienced the same error (with a valid GPU). In my case, it helped lowering down both color and depth cameras resolution from 1280x720
to 848x480
to prevent the script from crashing.
I'd say the problem is the resolution, not so much the FPS. I guess that the reason is that images that are not processed are simply discarded, thus not adding computational load to the GPU.
@ammar-n-abbas do you have some intuition regarding maximum STL/OBJ file size allowed? Could you also illustrate what a detailed mesh could be with an example?
There was a minor bug in the code which has been fixed now, apologies for that. The demo data rosbag screen recording has now been added in the Readme along with the terminal log.
@Muhayyuddin can you test it out with your 6GB GPU?
Thank you @ammar-n-abbas for your hard work ok, I will try it on the PC with lower GPU and will let you know.
Hi, Thank you very much for your nice work. I successfully build FoundationPoseRos2 within a docker container, when I run the code it shows the selection window after selecting it also display the segmentation but when i select the cube in the segmented image, it generate an error of cuda outofMemory. below are some screenshots of the execution and the error. any Idea to fix this issue thanks.