-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
PermissionError: [Errno 13] Permission denied on Windows #5762
Comments
Hi @SamedHrmn , |
Hi @SamedHrmn, |
Okey, Im going to step by step, firstly I installed this requirements.txt on Python 3.10 .venv (PyCharm 2024.3.1 -Community Edition)
After completed, run these on terminal:
After that, make comment this line in init.py from mediapipe_model_maker module
Now, I can run main.py file:
Here all logs after running main.py:
|
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
OS Platform and Distribution
Windows 10
Python Version
3.10
MediaPipe Model Maker version
0.2.1.4
Task name (e.g. Image classification, Gesture recognition etc.)
Face stylization
Describe the actual behavior
Model wasnt initializing
Describe the expected behaviour
Model creating succesfully
Standalone code/steps you may have used to try to get what you need
Hi, Im trying to make retrain model using face-stylization guide on site. Colab notebook was working but I want to run code on my Windows machine. However I installed mediapipe_model_maker latest version without tensorflow-text (I found out that it is incompatible with Windows). However, the model gives an error somewhere while downloading the necessary files. I even changed the temp folder path in the package source code, but it didn't work. I don't think there is a problem with file privileges in Windows because I also started Pycharm as an administrator.
Guide: https://ai.google.dev/edge/mediapipe/solutions/customization/face_stylizer
Other info / Complete Logs
Logs:
The text was updated successfully, but these errors were encountered: