chainer / chainercv

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

A function to return segmented image #900

Open changbaishan opened 5 years ago

changbaishan commented 5 years ago

Segmented image can be displayed with vis_semantic_segmentation function. It can be saved as a result. What I suggest is a separate function that can return the segmented image directly. This image can be saved by users directly. This way, users can better use chainercv. thank you.

knorth55 commented 5 years ago

thank you for the feature request. you want a function to save evaluation visualization image. i think it is a good function for headless environment such as cluster server.

changbaishan commented 5 years ago

Thank you knorth55.