Open
Description
When I run the Emotion Detection notebook.py file its through Permission Error
Error:
(base) ecl@ecl-desktop:~/DBSE-monitor/Emotiondetection$ python3 notebook.py
Traceback (most recent call last):
File "notebook.py", line 128, in <module>
with open(current_dir+'/label', "wb") as f:
PermissionError: [Errno 13] Permission denied: '/label'
At first I try to solve this using
chmod -R 777 /home/ecl/DBSE-monitor/Jetson/Emotiondetection
Then
chmod -R 777 /home/ecl/DBSE-monitor/Jetson/Emotiondetection/label
But still get error. Are there any suggestion to solve this error.....
Metadata
Metadata
Assignees
Labels
No labels