uci-uav-forge / uavf_2024

Flight software for Student Unmanned Aerial Systems 2024 competition
MIT License
4 stars 0 forks source link

Add test with IRL data to codebase #150

Closed EricPedley closed 8 months ago

EricPedley commented 9 months ago

Summary

Added dataset that has IRL images and a unit test to report metrics. Also adds support for missing labels for ground truth data. If an object is missing some labels, it'll only count that target toward the box precision/recall but not count the classification for that label.

image

The conclusion is that our shit sucks but it could probably be worse.