Summary
Command to execute Object Detection Python Demo with a folder of images.
Description
- Performed Object Detection with custom SSD Mobilenet with several images in a folder by using a custom-made script.
- The results of detections on each image have the same position of bounding box.
Resolution
Execute the following command to perform object detection with input of images in the folder:
python object_detection_demo.py -at ssd -m <path_to_model> -i <path_to_folder>
Additional information
Object Detection Python Demo* allows the user to use a single image, a folder of images, video file, or camera id as an input to process.