Skip to content
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

Open
ghost opened this issue Mar 1, 2024 · 3 comments
Open

Question about generating random poses #36

ghost opened this issue Mar 1, 2024 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 1, 2024

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.

@trainable
Copy link

@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.

@ghost
Copy link
Author

ghost commented Jun 7, 2024

@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?

@sailor-z
Copy link

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.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants