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

Inference Driver #6

Closed PossiblyAShrub closed 11 months ago

PossiblyAShrub commented 1 year 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.