maudzung / YOLO3D-YOLOv4-PyTorch

YOLO3D: End-to-end real-time 3D Oriented Object Bounding Box Detection from LiDAR Point Cloud (ECCV 2018)
https://arxiv.org/pdf/1808.02350v1.pdf
GNU General Public License v3.0
288 stars 44 forks source link

Size mismatch for models #2

Open wzking09 opened 3 years ago

wzking09 commented 3 years ago

Hello, I tried the pretrained model 'complex_yolov4_mse_loss', but it mismatches the model of /config/cfg/yolo3d_yolov4.cfg. Is there a difference between ‘complex_yolov4’ and ‘yolo3d_yolov4’? Thanks a lot~