You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: