ykdai / Flare7K

Official Implementation of "Flare7K: A Phenomenological Nighttime Flare Removal Dataset"
https://ykdai.github.io/projects/Flare7K
Other
119 stars 16 forks source link

Validation set problem #16

Closed JZhu1208 closed 5 months ago

JZhu1208 commented 5 months ago

Could you please provide more details about the validation set during the training process? About how to generate a validation set, or how to select a validation set? Thank you so much

ykdai commented 5 months ago

Thank you for the interest. generate_flare.ipynb can help generate paired flare-corrupted and flare-free images as validation set.

JZhu1208 commented 5 months ago

Okay, got it. Thank you for your kind reply.