Vandermode / ERRNet

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

Regarding synthetic training dataset (7,643 images) for reflection removal #26

Closed rohansinghjain closed 4 years ago

rohansinghjain commented 4 years ago

Hi,

How do I save the synthetic training dataset for reflection removal generated using PASCAL VOC2012 images locally? Is it being generated on the fly? Could you please provide code pointers / provide the synthetic training dataset? (mixed, background and reflection layer images).

Thanks Rohan

Vandermode commented 4 years ago

yes, the synthetic data is generated on-the-fly. please check https://github.com/Vandermode/ERRNet/blob/c7d786f4d94e8ac1f56fa3de75b53cbe9079e527/data/reflect_dataset.py#L92 for more detail