uaarg / shepard

A collection of scripts running on the drone or for determining drone flight plans. These preform both imaging and autopilot tasks.
0 stars 2 forks source link

Do inference #4

Closed BradleyBravender closed 1 year ago

BradleyBravender commented 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.