facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.98k stars 7.41k forks source link

PermissionError: [Errno 13] Permission denied: '/home/detectron2-main/detectron2/model_zoo/configs' #4972

Open LLL-YUE opened 1 year ago

LLL-YUE commented 1 year ago

After the instruction python -m pip install -e detectron2-main I met this error How to deal with this situation?

github-actions[bot] commented 1 year ago

You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs"; "Your Environment";

xiaoliujapan commented 1 year ago

me too, same issue. i use Windows10

damdafayton commented 3 weeks ago

you need to give permissions to the folder content. if you are on docker like this RUN sudo chmod -R 777 detectron2_repo