Replies: 1 comment
-
@gitdjz This should be a problem with your dataset permission settings |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(D:\condaenv\open-mmlab) PS D:\PycharmProjects\mmyolo> python tools/dataset_converters/yolo2coco.py datasets
Start to load existing images and annotations from datasets
All necessary files are located at datasets
Checking if train.txt, val.txt, and test.txt are in datasets
These files are not located, no need to organize separately.
File "D:\condaenv\open-mmlab\lib\site-packages\mmcv\image\io.py", line 225, in imread
img_bytes = fileio.get(img_or_path, backend_args=backend_args)
File "D:\condaenv\open-mmlab\lib\site-packages\mmengine\fileio\io.py", line 179, in get
return backend.get(filepath)
File "D:\condaenv\open-mmlab\lib\site-packages\mmengine\fileio\backends\local_backend.py", line 33, in get
with open(filepath, 'rb') as f:
PermissionError: [Errno 13] Permission denied: 'datasets\images\train2017'
Beta Was this translation helpful? Give feedback.
All reactions