ruhyadi / yolo3d-lightning-archive

YOLO for 3D Object Detection
5 stars 1 forks source link

PoC Regressor #3

Closed ruhyadi closed 2 years ago

ruhyadi commented 2 years ago

Proof of Concept Regressor to regress 2D bounding-box into 3D bounding-boxes

ruhyadi commented 2 years ago

Success create datamodules, model modules and wrap with pytorch lightning, see d9676209cc35681d3f0e1b0f0f945c637c403773

ruhyadi commented 2 years ago

Refining code: