-
-
Notifications
You must be signed in to change notification settings - Fork 724
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: '/home/username/tileconvertor/nona' #1185
Comments
Do you have the execute bit set on |
Thank you for the response. any suggestions will be very helpful. Thank you :) |
Did setting the execute bit fix the issue or not?
What Docker container? |
Hi @mpetroff , No, that didn't work after running chmod command. So, Now I have created a docker image with generate.py (using the docker file in utils/multires). Also, I am getting the desired output tiles and faces of my image. But, in my level folders, tile size in each level is 512 x 512 except level 1. there I am getting my tiles as 488x488 . Is there something I am doing wrong with the arguments? I have only set tilesize to 512. Thank You for this amazing tool :) |
No, that's the expected behavior. Starting from the full cube face resolution, the dimensions of each smaller level is cut in half again and again until the resolution is less than or equal to the tile size. Thus, the level 1 resolution is only equal to the tile size if the full cube face resolution is a power of two; otherwise, it's smaller. |
Okay, Got It. |
I am trying to make a bundle of all the packges required to run generate.py.
when running and giving the path of nona, it is giving this error. Although I am runnig this command using sudo as
sudo python3 generate.py -n /home/username/tileconvertor/nona test.jpg
any workaround will be very helpul.
The text was updated successfully, but these errors were encountered: