'I am doing object detection on yolov4 using colab. The yolov4_last_weights of my project not getting saved to the backup folder in the drive mounted
Solution 1:[1]
- Are you sure the "/MyDrive/yolo/" directory exists? If not, you need to create it manually.
- Are you sure you specified the backup folder in the
*.datafile?
This github issue covers more root causes for your problem.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
