theAIGuysCode / YOLOv4-Cloud-Tutorial

This repository walks you through how to Build and Run YOLOv4 Object Detections with Darknet in the Cloud with Google Colab.
355 stars 300 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'data/obj' #23

Open zunomohtar opened 3 years ago

zunomohtar commented 3 years ago

hi everyone i'm currently having a problem like this. when i try to run

!python generate_train.py !python generate_test.py

Traceback (most recent call last): File "generate_train.py", line 4, in os.chdir(os.path.join("data", "obj")) FileNotFoundError: [Errno 2] No such file or directory: 'data/obj'

how to solve this problem. eventho all my files name are correct.

lordwildbeast commented 1 year ago

i'm having this problem too, have you solve the problem?

shahmdgolamrahman37 commented 1 year ago

i'm also having this problem too, have you solve the problem?