chainer / chainercv

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

refactor eval_semantic_segmentation #875

Closed knorth55 closed 5 years ago

knorth55 commented 5 years ago

split from #869 refactor eval_semantic_segmentation use same format as eval_detection

pfn-ci-bot commented 5 years ago

Successfully created a job for commit 0557b8a:

pfn-ci-bot commented 5 years ago

Successfully created a job for commit 0557b8a:

yuyu2172 commented 5 years ago

Can you use batchsize here? https://github.com/chainer/chainercv/blob/0557b8abe6df2bae50bbda83478762ab96ec25ba/examples/semantic_segmentation/eval_semantic_segmentation_multi.py#L40

After the change, the code should look like here https://github.com/chainer/chainercv/blob/master/examples/detection/eval_detection_multi.py#L39

knorth55 commented 5 years ago

Thanks, I updated.