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.23k stars 256 forks source link

Issues with visualizing the when running test.py script #73

Open ariharasudhanm opened 5 months ago

ariharasudhanm commented 5 months ago

i use this command in the command terminal but could not visualize anything.

python test.py --gpu_idx 0 --pretrained_path ../checkpoints/complex_yolov4/complex_yolov4_mse_loss.pth --cfgfile ./config/cfg/complex_yolov4.cfg --show_image

image I could just the ouput like this.

mahdikhashan commented 5 months ago

@ariharasudhanm hi, were you able to fix the issue?

mahdikhashan commented 4 months ago

for anyone who needs to use the repo, since the author has not fixed the issue, you may want to check out https://github.com/mahdikhashan/Complex-YOLOv4-Pytorch a fork here with the fixed numpy issue.