Rumarino-Team / hydrus-software-stack

Unified software stack for the Hydrus submarine that will include computer vision, embedded, and controls code.
1 stars 4 forks source link

Implement a system for 3d bounding boxes #34

Open Cruiz102 opened 4 weeks ago

Cruiz102 commented 4 weeks ago

It would be very beneficial to have a computer vision system that computes the 3d bounding box of an object. This is very different to make a 2d bounding box. Tecnhnically what we do right now is calculate the centroid of an object using the depth information of the camera, and bounding box creation using YOLO. We have to research for methods that do this bt making a bounding entirely 3D.