nelson1425 / EfficientAD

Unofficial implementation of EfficientAD https://arxiv.org/abs/2303.14535
https://arxiv.org/abs/2303.14535
Apache License 2.0
234 stars 58 forks source link

How to obtain --imagenet_ train_ path #1

Closed Leonardo0325 closed 1 year ago

Leonardo0325 commented 1 year ago

Hello,Thanks for your work.How can I obtain --imagenet train path?

nelson1425 commented 1 year ago

Training requires ImageNet stored somewhere. Download ImageNet training images from https://www.kaggle.com/competitions/imagenet-object-localization-challenge/data or set --imagenet_train_path of efficientad.py to other folder with general images in children folders.