Open JRvilanova opened 2 months ago
We have built a custom version of FoundationPose on ROS2 with Conda environment that works with multi-object tracking and end-to-end SAM2-based segmentation
Hey @ammar-n-abbas thanks for your response.
I've tested your code on my custom data and is pretty nice. However, I do not see how your cde could fasten how FPose works right now, which is my current problem.
In case I missunderstand your purpose and you have sped it up, tell me.
Thanks mate!
Hi all,
Thanks for this magnificent work. I came here trying to speed up Foundation Pose. However, I am having hard issues to complete it as I see RT-DETR is not so good for the mask segmentation process and, hence, the output of the pose is not good enough. In that case, I am using my custom segmentation, publishing as a ROS2 topic and trying to get it.
As Foundation pose used a .png format, with no background, I am publishing this way whether rgb8, where the image is black in the background or 8UC4.
More assumptions: As I found no .onnx model for foundation Pose I converted the .etlt to .onnx. I do not know how it works.
I created my custom package with this launch file:
Can you help me?
Thanks in advance!