chainercv
chainercv copied to clipboard
Add tests for all functions
Some functions do not have tests.
- [x]
tasks/detection/vis_bbox.py#136 - [x]
utils/test.py#141 - [x]
tasks/semantic_segmentation/eval_semantic_segmentation.py#132 - [x]
utils/extension.py - [x]
utils/image.py#124 - [ ]
utils/download.py - [ ] dataset classes
tests for utils/test.py is added in #141. (test.py is renamed in that PR)
Thanks!