varunagrawal / tiny-faces-pytorch

Finding Tiny Faces in PyTorch
MIT License
164 stars 44 forks source link

Model Evaluator: error: the following arguments are required: dataset #13

Closed barcahoo closed 4 years ago

barcahoo commented 4 years ago

i have Download the WIDER Face dataset and annotations files to data/WIDER.,and i have run evaluate.py, then usage: Model Evaluator [-h] [--split SPLIT] [--dataset-root DATASET_ROOT] [--checkpoint CHECKPOINT] [--prob_thresh PROB_THRESH] [--nms_thresh NMS_THRESH] [--workers WORKERS] [--batch_size BATCH_SIZE] [--results_dir RESULTS_DIR] [--debug] dataset Model Evaluator: error: the following arguments are required: dataset

so what is wrong,how to solve it,thanks!