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

The plot the instance color legend for a target room can not work #3

Open
KangchengLiu opened this issue Jul 19, 2021 · 2 comments
Open

Comments

@KangchengLiu
Copy link

KangchengLiu commented Jul 19, 2021

The plot of the instance color legend for a target room can not work using python h5_to_ply.py data/scannet.h5 --target 100 by using matplotlib as shown below, please check, thanks!
Screenshot from 2021-07-19 16-15-38
Screenshot from 2021-07-19 16-17-22

@jingdao
Copy link
Owner

jingdao commented Jan 31, 2022

The issue might be because of the text size. Try increasing the window size or decrease the text size (prop={'size': 16} to prop={'size':10} in line 104) to see if the text labels will display properly.

@jingdao
Copy link
Owner

jingdao commented Jan 31, 2022

Figure_1

This is the expected result.

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

No branches or pull requests

2 participants