-
Notifications
You must be signed in to change notification settings - Fork 209
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
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\Pycharmproject\\SuGaR-main\\data\\66\\images\\IMG_1145.images #214
Comments
check carefully whether this image exists? |
It exists, but the picture file is the suffix of JPG. I don't know why the error is reported in this format.
发自我的iPhone
…------------------ Original ------------------
From: Guodong Xu ***@***.***>
Date: Wed,Oct 2,2024 3:10 PM
To: Anttwo/SuGaR ***@***.***>
Cc: GHXFQ ***@***.***>, Author ***@***.***>
Subject: Re: [Anttwo/SuGaR] FileNotFoundError: [Errno 2] No such file ordirectory: 'E:\\Pycharmproject\\SuGaR-main\\data\\66\\images\\IMG_1145.images(Issue #214)
|
I have the same problem. Have you solved it? Can you share your solution? |
I'm really sorry. I'm still looking for a solution, but it's still not possible. If you solve this problem, please let me know. Thank you.
发自我的iPhone
…------------------ Original ------------------
From: zqdsdfg ***@***.***>
Date: Mon,Oct 7,2024 9:08 PM
To: Anttwo/SuGaR ***@***.***>
Cc: GHXFQ ***@***.***>, Author ***@***.***>
Subject: Re: [Anttwo/SuGaR] FileNotFoundError: [Errno 2] No such file ordirectory: 'E:\\Pycharmproject\\SuGaR-main\\data\\66\\images\\IMG_1145.images(Issue #214)
I have the same problem. Have you solved it? Can you share your solution?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I thing I might have a solution to this, but not sure if it actually applies to your case as mine was slightly different. Short versionTry to rename those files in \66\images\ from ".JPG" to ".images" and run the script. Or check the cameras.json file if you are using pretrained gs output. (more about this in the long version) Long and boring versionI had similar problem, but in my case the error said ..../miniconda3/envs/sugar/basket/images/DSC_3131.JPG.JPG - even though the file was just DSC_3131.JPG (without the second .JPG). I was running the train_full_pipeline.py script with --gs_output_dir parameter and the problem was about the file in the gs output folder. When I run the script I noticed theese lines right before the error:
aparently it find the .JPG extension somewhere in the "basket_out" folder and was adding it to the file name for some reason. If your case has similar cause I would try to rename first file (i guess IMG_1145.JPG in your case) to IMG_1145.images and try to run it. If it shows this error for the next file now, it might be the solution.(workaround really). Or check if your confing file (possibly cameras.json) is storing the file names with ".JPG" and not with ".images" |
No description provided.
The text was updated successfully, but these errors were encountered: