hfslyc / AdvSemiSeg

Adversarial Learning for Semi-supervised Semantic Segmentation, BMVC 2018
504 stars 129 forks source link

About dataset #60

Open zhaozhengChen opened 3 years ago

zhaozhengChen commented 3 years ago

Hi authors,

In line 74 of voc_dataset.py, you useimage = image[:, :, ::-1] to convert images from BGR to RGB, but in line 192 (TestSet), you don't convert the images from BGR to RGB. I wonder why the TestSet doesn't need it.

Thanks!