Complex-YOLO: Real-time 3D Object Detection on Point Clouds
Complex-YOLO: Real-time 3D Object Detection on Point Clouds
I implemented the paper that published at CVPR 2018 from scratch.
Source code: https://github.com/maudzung/Complex-YOLOv4-Pytorch
Source paper: https://arxiv.org/pdf/1803.06199.pdf
Realtime 3D object detection based on YOLOv4
Tensorboard
Mosaic/Cutout augmentation for training
Use GIoU loss of rotated boxes for optimization.