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

Test offset script using object detection #39

Open fadilm777 opened 1 week ago

fadilm777 commented 1 week ago

Goal: Test the algorithm that calculates the relative distance between the drone and the object.

Plan: Use a yolov8 trained model meant for general object detection, try it on general objects (maybe stuff like pen, pencil, chair or cup). Run inference and calculate the offset between the camera and the object . Then, record accuracy.

Classes of interest: LandingPadDetector, ImageAnalysisDelegate