Structured3D icon indicating copy to clipboard operation
Structured3D copied to clipboard

Only about 77% of bounding boxes labels can be inferred

Open Xia0ben opened this issue 3 years ago • 4 comments

Hello,

I followed your advice in Issue #13 to infer the semantic labels associated with the bounding boxes, but have only succeeded in inferring 77% of them from the instance.png and semantic.png images of each scene (for 438311 bounding boxes, only 337345 could be inferred, that is more exactly 76.9647579002%).

This missing quarter of information is quite big, and seems as I feared in my message in Issue #13, to be due to object occlusion in the images. Therefore, it seems that it is impossible for end users to infer the missing data. Would you please consider filling in the gap =) ?

Wish you a nice day !

Xia0ben avatar Sep 03 '20 09:09 Xia0ben

I am currently involved in another project. I will try to add this feature in my spare time.

bertjiazheng avatar Sep 03 '20 10:09 bertjiazheng

Thank you very much for considering it, that would be very helpful ! =)

Xia0ben avatar Sep 03 '20 10:09 Xia0ben

Hello @Xia0ben, Could you please create a pull request with the code you used to infer bounding box labels? It would be of great help! Thank you

supriya-gdptl avatar Sep 10 '20 03:09 supriya-gdptl

@supriya-gdptl I just uploaded the code I wrote to infer the semantic labels from the images for the bounding boxes on a fork of this repository: https://github.com/Xia0ben/Structured3D. I do not have the time to cleanup/document the code right now, so it would be nice to do a pull-request directly to @bertjiazheng 's main repo if you were to use it and clean it up a bit. I mainly reused existing code written by @bertjiazheng , there is not much more to it but it would indeed be helpful if a proper script were added to the main repo. ;-)

Cheers, Benoit.

Xia0ben avatar Sep 21 '20 11:09 Xia0ben