zzh8829 / yolov3-tf2

YoloV3 Implemented in Tensorflow 2.0
MIT License
2.51k stars 905 forks source link

Update dataset.py #349

Closed MeerAjaz closed 3 years ago

MeerAjaz commented 3 years ago

"ValueError: 'images' contains no shape" solved.

zzh8829 commented 3 years ago

eager execution should be enabled by default, could you elaborate why its not working?