mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
* Fix `root` referenced before assignment Fix for bug introduced by #4919 discovered on VOC autodownload: ``` python train.py --data VOC.yaml ``` * Cleanup