Vandermode / ERRNet

Single Image Reflection Removal Exploiting Misaligned Training Data and Network Enhancements (CVPR 2019)
MIT License
247 stars 52 forks source link

Pascal VOC dataset #21

Closed masqueradecode closed 4 years ago

masqueradecode commented 4 years ago

Your work is very great. But we have some questions about Pascal VOC dataset. When we train, we don't find the ground truth of Pascal VOC dataset. Do we miss something, or how do you generate the GT of Pascal VOC?

Vandermode commented 4 years ago

The GT of Pascal VOC dataset? I simply crop the center region (224x224) of the images listed in VOC2012_224_train_png.txt

masqueradecode commented 4 years ago

I read your code again. I only saw the images without reflection effect in Pascal VOC , and I didn't see the images with reflection last week. Now I find the way to generate the images with reflection (class ReflectionSythesis_1). Thank you for your help.