Open DaHaiHuha opened 5 years ago
Hey, thanks. What kind of segmentation do you want to visualize?
For example, visualize the different classes for the segmentation result? Or paint the point cloud with scores? I've tried to replace the pd_tmp['norm'] with confidence scores of every point in range [0, 1], but result in a not very obvious visualization performance. Thanks for your great work!
Oh okay, I'm not sure about that.
On Fri 11 Oct, 2019 10:47 am ChengDahai, notifications@github.com wrote:
For example, visualize the different classes for the segmentation result? Or paint the point cloud with scores? I've tried to replace the pd_tmp['norm'] with confidence scores of every point in range [0, 1], but result in a not very obvious visualization performance. Thanks for your great work!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pyaf/nuscenes_viz/issues/1?email_source=notifications&email_token=AEFKANKH6EG2WOP6KGR44R3QOAEANA5CNFSM4I6RZYX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA62ELQ#issuecomment-540910126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEFKANJF7KMTMBTTK7LTMJLQOAEANANCNFSM4I6RZYXQ .
Hi! Your work is brilliant and I'm getting to know the usage of mayavi, i wonder whether there is a way to conveniently visualize the result of segmentation. Thanks!