fu123456 / SHIQ

Project for CVPR21 paper: "A Multi-Task Network for Joint Specular Highlight Detection and Removal".
85 stars 16 forks source link

About LIME dataset in your article #24

Closed ErisGe closed 1 year ago

ErisGe commented 1 year ago

Can you tell me how to use LIME dataset to train and test a model? On the one hand, which one is the highlighted folder, and which one is the unhighlighted folder. On the other hand, LIME only has training data, which pictures to use for testing. Looking forward to your reply! Thanks!

QQiangren commented 1 year ago

邮件已经收到,我会尽快回复你。--任强强

fu123456 commented 1 year ago

Can you tell me how to use LIME dataset to train and test a model? On the one hand, which one is the highlighted folder, and which one is the unhighlighted folder. On the other hand, LIME only has training data, which pictures to use for testing. Looking forward to your reply! Thanks!

Unfortunately, the authors did not release the testing dataset for LIME dataset. On the one hand, you can send email to the authors and ask for it. On the other hand, you can randomly split the publicly available data into the new training dataset and testing dataset in a certain proportion (such as 8:2) for your quantitative evaluation.

ErisGe commented 1 year ago

Thanks! I understand.