ekosman / AnomalyDetectionCVPR2018-Pytorch

Pytorch version of - https://github.com/WaqasSultani/AnomalyDetectionCVPR2018
176 stars 55 forks source link

Help!! -- feature_extractor.py not executing #85

Closed Yashrt263 closed 3 years ago

Yashrt263 commented 3 years ago

[PLEASE HELP] I have cloned the environment to my anaconda. When i run the feature extractor using the command --> python feature_extractor.py --dataset_path "path-to-dataset" --pretrained_3d "path-to-pretrained-fe" -- it does not execute and throws the error -- feature_extractor.py: error: the following arguments are required: --model_type -- along with other feature extractor arguments listed. What am I doing wrong? Please provide me with detailed execution procedure. Your advice would be of great help. I have downloaded the dataset from the UCFCrime website. ghh

ekosman commented 3 years ago

As the message says, you should provide the required parameter to the script.

Yashrt263 commented 3 years ago

@ekosman Thank You!! Its working now.