pythonlessons / TensorFlow-2.x-YOLOv3

YOLOv3 implementation in TensorFlow 2.3.1
https://pylessons.com/
MIT License
606 stars 327 forks source link

Value error is raised when working this code for yolo v4 object detection #180

Open jashidack opened 2 years ago

jashidack commented 2 years ago

I got this code worked well for Yolo v3. But when I tried to work it for Yolo v4. I am getting a value error. Can you please tell me the reason for this error and what are the things to take care of when making changes in code from Yolo v3 to Yolo v4? Thank you

error