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

Error running test.py #72

Open AbdullahJirjees opened 6 months ago

AbdullahJirjees commented 6 months ago

kitti_bev_utils.py", line 168, in drawRotatedBox cv2.line(img, (corners_int[0, 0], corners_int[0, 1]), (corners_int[3, 0], corners_int[3, 1]), (255, 255, 0), 2) cv2.error: OpenCV(4.9.0) :-1: error: (-5:Bad argument) in function 'line'

Overload resolution failed:

  • Can't parse 'pt1'. Sequence item with index 0 has a wrong type
  • Can't parse 'pt1'. Sequence item with index 0 has a wrong type
mahdikhashan commented 5 months ago

@AbdullahJirjees were you able to overcome this issue?