chainer / chainercv

ChainerCV: a Library for Deep Learning in Computer Vision
MIT License
1.48k stars 306 forks source link

vis_point cannot accept user defined colors for each point. #888

Open apple2373 opened 5 years ago

apple2373 commented 5 years ago

https://github.com/chainer/chainercv/blob/9fe62c88fa034955b9ac4cfb0a6952b7c7354459/chainercv/visualizations/vis_point.py#L9

I think it's nice if it can take instance_colors in a similar manner to vis_box.

yuyu2172 commented 5 years ago

Thank you for pointing that out.