AdvSemiSeg icon indicating copy to clipboard operation
AdvSemiSeg copied to clipboard

About dataset

Open zhaozhengChen opened this issue 4 years ago • 0 comments

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!

zhaozhengChen avatar Feb 25 '21 12:02 zhaozhengChen