xueleichen / PyTorch-Underwater-Image-Enhancement

The repo for "Underwater Image Enhancement based on Deep Learning and Image Formation Model"
MIT License
87 stars 20 forks source link

code about validation set #6

Open fengxiaohu opened 1 year ago

fengxiaohu commented 1 year ago

I have a qusetion about validation set. In my opinion dataset usually divide dataset into training_set and validation_set. accdoring your paper,the dataset was divided into two part(700 images for training and the rest for test) Therefore I check the code.the uwcc.py which is override for DataSet. would you mind telling me which code for selecting validation_set?