fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

How to execute evaluate.py in retinanet #1406

Closed mansi2421 closed 4 years ago

mansi2421 commented 4 years ago

\keras_retinanet\bin> python evaluate.py csv "C:\Users\user\Pedestrian-Object-Detection\dataset\test.csv" "C:\Users\user\Pedestrian-Object-Detection\dataset\classes.csv" "C:\Users\user\Pedestrian-Object-Detection\output\Pedestrianinference.h5" I am using the same command but i amm getting the error usage: evaluate.py [-h] [--model MODEL] [--backbone BACKBONE] [--gpu GPU] [--score-threshold SCORE_THRESHOLD] [--iou-threshold IOU_THRESHOLD] [--max-detections MAX_DETECTIONS] [--save-path SAVE_PATH] [--image-min-side IMAGE_MIN_SIDE] [--image-max-side IMAGE_MAX_SIDE] [--config CONFIG] {coco,pascal,csv} ... evaluate.py: error: unrecognized arguments: C:\Users\user\Pedestrian-Object-Detection\output\Pedestrianinference.h5

can you please help me

mansi2421 commented 4 years ago

299 The command in this issue i did exactly same but my output is not coming. The above error is displayed .

stale[bot] commented 4 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.