-
Notifications
You must be signed in to change notification settings - Fork 33
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
Question about generating random poses #36
Comments
@kqjt0e11gy0jkgmy Hi, could you share your configuration information? For example, Python version, PyTorch version, CUDA version, etc. I haven't resolved the memory error issue despite trying the solutions mentioned above. |
I run the FSGS code on the RTX3090 with python3.8, torch1.12, CUDA11.3 (I am not sure about it since recently I did't run it) However, I don't think that the memory error issue is caused by the environment configuration? |
I'm also curious about this. I noticed that the follow-up paper uses the same introduction about the pseudo-view generations. Could you please look into this since it is quite confusing? |
Hi, thanks for the fancy work.
I have tried running the code and it works well. However, I am confused that It seems that the generation of pseudo poses is the average of all training view poses with noise, but the description on Page 4 of this paper is "The synthesized view is sampled from the two closest training views in Euclidean space, calculating the averaged camera orientation and interpolating a virtual one between them." I can't find the corresponding code related to generating random poses described in the paper.
Please confirm if my understanding is correct, or if there is any misunderstanding of the code.
The text was updated successfully, but these errors were encountered: