maudzung/Complex-YOLOv4-Pytorch
PyTorch implementation of Complex-YOLO for real-time 3D object detection on LiDAR point clouds.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides a PyTorch implementation of Complex-YOLO, a deep learning architecture derived from YOLOv4 designed for 3D object detection using LiDAR point clouds. It supports distributed data parallel training, uses GIoU loss for rotated bounding box optimization, and includes mosaic/cutout data augmentation. The model is intended for autonomous driving applications where it detects objects like vehicles and pedestrians from 3D sensor data.