Closed PossiblyAShrub closed 11 months ago
Moved from #5, #4. Credit to @BradleyBravender.
Original PR Description
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>
Moved from #5, #4. Credit to @BradleyBravender.
Original PR Description
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.