nelson1425 / EfficientAD

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

Error when Training and inference & evaluating with MVTec code #43

Open annahsu041 opened 2 months ago

annahsu041 commented 2 months ago

I used the python script the author gave as follow :

!python efficientad.py --dataset mvtec_ad --subdataset wood
!python mvtec_ad_evaluation/evaluate_experiment.py --dataset_base_dir './mvtec_anomaly_detection/' --anomaly_maps_dir './output/1/anomaly_maps/mvtec_ad/' --output_dir './output/1/metrics/mvtec_ad/' --evaluated_objects bottle

but the error says: "python3: can't open file '/content/efficientad.py': [Errno 2] No such file or directory"

I am running from colab What should i do next? Hope someone can point a way. Thanks