zwx8981 / UNIQUE

The repository for 'Uncertainty-aware blind image quality assessment in the laboratory and wild' and 'Learning to blindly assess image quality in the laboratory and wild'
Apache License 2.0
127 stars 10 forks source link

Model validation #2

Closed pencilzhang closed 3 years ago

pencilzhang commented 3 years ago

Thanks for your great job! Did you use validation data to obtain the best checkpoint (model)?

zwx8981 commented 3 years ago

@pencilzhang Hi, thank you for appreciating our work. We follow the practice of most BIQA papers to split the training/testing test by an 80%/20% ratio. So, there is no data reserved for validation. For a more strict evaluation without referring to the results on test sets, we can always use the latest checkpoints for evaluation, although we see no big difference between both strategies.

pencilzhang commented 3 years ago

@zwx8981 Thanks for your response!