Jingkang50 / OpenOOD

Benchmarking Generalized Out-of-Distribution Detection
MIT License
831 stars 106 forks source link

ImageNet-ES integration #250

Closed Edw2n closed 1 month ago

Edw2n commented 1 month ago
zjysteven commented 1 month ago

Hi @Edw2n the PR looks good to me. One thing though, would you also add ImageNet-ES to openood/evaluation_api/datasets.py which will integrate ImageNet-ES into the evaluation api?

Edw2n commented 1 month ago

Thank you for checking, @zjysteven! Currently, ImageNet-ES is included as a csid option in openood/evaluation_api/datasets.py. If there are any other additions I have missed, please let me know and I will add them!

zjysteven commented 1 month ago

Looks good. There are a few minor things on my end to be done to accommodate the integration (e.g. update benchmark_imglist.zip). I'm on a tight schedule this week but will try to finish them and make the merge asap (ideally by the end of this week).

zjysteven commented 1 month ago

Temporarily merging to a separate branch where I will add a few more commits.

zjysteven commented 1 month ago

Finished!