Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.47k stars 1.49k forks source link

issue in file "evaluate_on_coco.py" #454

Open Suma3 opened 3 years ago

Suma3 commented 3 years ago

File "evaluate_on_coco.py", line 219, in test modified_bbox_coord = float(bbox_coord) TypeError: float() argument must be a string or a number, not 'list'