Closed kimkj38 closed 1 year ago
Hi,
Thanks for your interest in our dataset. Here are some answers:
I hope this helps. Feel free to ask if you have any other questions.
Best, Jia
Thanks for your help and I have additional questions.
I hope to make 2D bounding boxes of the panorama images from 3D bounding boxes by projection.
But there're 4 panorama images in scene_00000 and all the box information is included in bbox_3d.json so that I can't match the object and the panorama.
Also, I need the class of bounding box but I can't find it.
Can I solve these problems with your data?
You can obtain the 3D bounding boxes of the visible objects by associating the "ID" in _bbox3d.json and the values in instance.png.
It is unstraightforward to obtain the semantic information of the bounding box. But you can still obtain it by associating the instance.png and semantic.png.
Best, Jia
I understood. Thank you!
Thanks for your great work first and I have some questions about the dataset you released.
Unlike perspective image, there's only xyz of camera pose in panorama. How can I get rotation of panorama image?
I thought I can get panoptic segmentation GT with your instance.png and semantic.png.( e.g. chair1 & chair2) But I couldn't understand how I can use instance.png because it's just binary information that divide whether it is object or not. Could you let me know how I can utilize instance information you provided?