Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only about 77% of bounding boxes labels can be inferred #17

Open
Xia0ben opened this issue Sep 3, 2020 · 4 comments
Open

Only about 77% of bounding boxes labels can be inferred #17

Xia0ben opened this issue Sep 3, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@Xia0ben
Copy link

Xia0ben commented Sep 3, 2020

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 !

@bertjiazheng bertjiazheng added the enhancement New feature or request label Sep 3, 2020
@bertjiazheng
Copy link
Owner

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

@Xia0ben
Copy link
Author

Xia0ben commented Sep 3, 2020

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

@supriya-gdptl
Copy link

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

@Xia0ben
Copy link
Author

Xia0ben commented Sep 21, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants