Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

permission denied even with sudo command #3

Open
IR2019 opened this issue May 27, 2019 · 1 comment
Open

permission denied even with sudo command #3

IR2019 opened this issue May 27, 2019 · 1 comment

Comments

@IR2019
Copy link

IR2019 commented May 27, 2019

I tried by different means to copy the meta and pb files, but with no success. I get permission denied even with sudo command. Can you please help me.

@AmeyaWagh
Copy link
Owner

Can you give more details? what do you mean by copy meta and pb files? You can download the .pb and .meta files from the google drive link and place it in the darkflow/built_graph directory. If at any point you have used sudo while making the directories, use chown to change the ownership to the user.

If you run ll ./ in the project directory, you should see the ownership as your user and not root.

 ameya@ameya-Inspiron-3537  ~/projects/Traffic_sign_detection_YOLO   master ●  ll ./
total 60K
drwxrwxr-x  2 ameya ameya 4.0K May 28 12:12 cfg
-rw-rw-r--  1 ameya ameya  171 May 28 12:12 config2.json
-rw-rw-r--  1 ameya ameya  210 May 28 12:12 config3.json
-rw-rw-r--  1 ameya ameya  142 May 28 12:12 config.json
drwxrwxr-x  8 ameya ameya 4.0K Jun  3 17:05 darkflow
drwxrwxr-x 21 ameya ameya 4.0K Jun  3 18:06 dataset
-rw-rw-r--  1 ameya ameya 6.1K May 28 12:12 datasetGenerator.py
-rw-rw-r--  1 ameya ameya  436 Jun  3 18:12 labels.txt
-rw-rw-r--  1 ameya ameya 1.1K May 28 12:12 LICENSE
-rw-rw-r--  1 ameya ameya 1.4K May 28 12:12 README.md
drwxrwxr-x  2 ameya ameya 4.0K May 28 12:12 resources
-rwxrwxr-x  1 ameya ameya   74 Jun  3 18:12 runYOLO
drwxrwxr-x  4 ameya ameya 4.0K Jun  3 18:12 test
drwxrwxr-x  4 ameya ameya 4.0K Jun  3 18:12 train

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants