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

Overload resolution failed #52

Open gledsonmelotti opened 1 year ago

gledsonmelotti commented 1 year ago

Can anyone help me with the errors that come up when I try to use the test.py file (python test.py --gpu_idx 0 --pretrained_path ../checkpoints/complex_yolov4/complex_yolov4_mse_loss.pth --cfgfile ./config/cfg/complex_yolov4. cfg --show_image)?

tanay-o commented 1 year ago

Hello @gledsonmelotti, I am facing the same issue. did you find a fix for this yet?

gledsonmelotti commented 1 year ago

Hello @gledsonmelotti, I am facing the same issue. did you find a fix for this yet?

No, I did not.