chainercv icon indicating copy to clipboard operation
chainercv copied to clipboard

ChainerCV: a Library for Deep Learning in Computer Vision

Results 58 chainercv issues
Sort by recently updated
recently updated
newest added

I notice that the results for miou does not match with miou that I manually compute. here is an example, lets say pres and labels are two lists including the...

it would be nice if we can add an option to `eval_semantic_segmentation` and `calc_semantic_segmentation_confusion` for the cases that we have ignore labels. for example in voc pascal segmentation, we have...

This is not an issue 'per se', but a request to add train.py for YOLO models or at least for YOLOv3. Chanercv framework is great, but without knowing the internals...

I tried to install chainercv on ubuntu16.04 but got this error: ``` Building wheels for collected packages: chainercv Building wheel for chainercv (setup.py) ... error ERROR: Command errored out with...

"For users new to Chainer, please first read Introduction to Chainer." above has broken link in the documentation https://chainercv.readthedocs.io/en/stable/tutorial/detection.html#object-detection-tutorial

I'd like to add some semantic segmentation models. Possible candidates: - [ ] [Wider or Deeper: Revisiting the ResNet Model for Visual Recognition](https://arxiv.org/abs/1611.10080) - code: https://github.com/itijyou/ademxapp - [ ] [RefineNet:...

feature

Merge after https://github.com/chainer/chainercv/pull/793 and https://github.com/chainer/chainercv/pull/781

If the image size is too large, then such error will occur: `OSError: image file is truncated (13 bytes not processed)`. The solution I found from stackoverflow: https://stackoverflow.com/questions/12984426/python-pil-ioerror-image-file-truncated-with-big-images. I tested...

bug