BMW-InnovationLab / BMW-YOLOv4-Training-Automation

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
BSD 3-Clause "New" or "Revised" License
642 stars 128 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'config/darknet/yolov4_default_weights/yolov4.weights' #27

Closed boredomed closed 3 years ago

boredomed commented 3 years ago

Hi, I am facing this issue e1 Though we can see that the file exists there: e2

boredomed commented 3 years ago

Issue solved. I was manually adding the weights to the mentioned folder. Which gave the error and i am still not sure how to fix that. But if you turn on the argument ARG DOWNLOAD_ALL=1 in Docker file it automatically downloads the weight files and solves the issue.