Closed jonyzhang2023 closed 2 years ago
The annotation file here refers to an initial pose. You can create a dummy txt file with identity 4x4 matrix, if your desired initial pose is set the same as camera. Or you can take the mean of the initial masked point cloud and set to the translation part in the initial pose matrix to set object center as the origin.
The obj file should be optional. If it's available, it's used only for visualization.
Thanks for your reply! Now I want to do a visualization on my own RGBD dataset, so if I add the pose annotation file it could be done right? AND, There is nothing in the 'color_viz' file when I want to visualization on YCB dataset, (the first and second screen shot), how can I see the visualization output on YCB dataset?
hi wenbo, I get poses outputs and color_viz outputs, but there is no bounding box, is that right?
Hi, if you provided the true mesh of the target object, as well as the correct initial pose, then you can visualize the point cloud overlay. You can try the example YCBInEOAT data to get an idea.
Yes, by default, the bounding box is not plotted.
Hi, if you provided the true mesh of the target object, as well as the correct initial pose, then you can visualize the point cloud overlay. You can try the example YCBInEOAT data to get an idea.
Yes, by default, the bounding box is not plotted.
Would you please be so kind to explain how to draw a bounding box or obtain bounding box results?
@PolarisXQ you can refer to https://github.com/NVlabs/BundleSDF/issues/91
Hi wenbowen : thx for your great job on bundletrack! I have some problem when running prediction on YCB data. There is no output on my /tmp/BundleTrack file but I get poses output txt.
and when I try to predict on my own rgbd data, it shows
I donot understand why it need a obj file or annotation file?