Closed BradleyBravender closed 1 year ago
Created a script called do_inference.py in order to allow us to test our YOLOv5 model on a given image by running python3 do_inference.py <path_to_image> in the command line.
python3 do_inference.py <path_to_image>
Created a script called do_inference.py in order to allow us to test our YOLOv5 model on a given image by running
python3 do_inference.py <path_to_image>
in the command line.