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
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.....
I made a change to read the directory correctly, for some reason it worked on the jetson nano when the project was created, however the error has already been corrected.
pd. If you have any error with OpenCV, install through pypi
When I run the Emotion Detection notebook.py file its through Permission Error
Error:
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.....
The text was updated successfully, but these errors were encountered: