Zhaozheng Chen

Results 3 issues of Zhaozheng Chen

Hi authors, In line 74 of voc_dataset.py, you use`image = image[:, :, ::-1]` to convert images from BGR to RGB, but in line 192 (TestSet), you don't convert the images...

Hi authors, [deeplab-pytorch](https://github.com/kazuto1011/deeplab-pytorch) only support VOC and COCO-stuff. Could you please release your code for segmentation on MSCOCO2014? Thanks!

Hi authors, In line 73 of voc_dataset.py, you use `image = image[:, :, ::-1]` to convert images from BGR to RGB, but in line 192 (TestSet), you don't convert the...