fu123456/SHIQ

About LIME dataset in your article

ErisGe opened this issue · 3 comments

ErisGe commented

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!

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

Thanks!
I understand.