uci-uav-forge / uavf_2024

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

Just detect "target" for object detection #158

Open MinhxNguyen7 opened 8 months ago

MinhxNguyen7 commented 8 months ago

Description

Since we're detecting objects to narrow down on targets, then classifying them, should we just train the first object detection model on where there are targets in general? Are we trying to eliminate letter and shape classification?

A middle ground could be to train only on shape detection since the shapes might be large enough to detect in one shot, and we have sufficient data for shapes, see this issue. (I just realized that this is the current method.) Then, we can perhaps combine color and letter classification into one YOLO classify model.

@EricPedley ?