maudzung / Complex-YOLOv4-Pytorch

The PyTorch Implementation based on YOLOv4 of the paper: "Complex-YOLO: Real-time 3D Object Detection on Point Clouds"
https://arxiv.org/pdf/1803.06199.pdf
GNU General Public License v3.0
1.21k stars 260 forks source link

How to train with a smaller kitti dataset? #55

Open tanay-o opened 1 year ago

tanay-o commented 1 year ago

Say if I want to train with 1000 bin files, what modifications should be done in the code?

image

image

What else can I try?