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

Camera Augmentation in the released training code #88

Open
JINNMnm opened this issue May 19, 2024 · 0 comments
Open

Camera Augmentation in the released training code #88

JINNMnm opened this issue May 19, 2024 · 0 comments

Comments

@JINNMnm
Copy link

JINNMnm commented May 19, 2024

I notice that the paper metioned "Considering that the multi-view images generated by Zero123++ may be inconsistent with their pre-defined camera poses, we also add random noise to the camera parameters before feeding them into the ViT image encoder."
And when I check the code here:

degree = np.random.uniform(0, math.pi * 2)

It takes a random degree that ranges (0,2*pi) and rotates along z axis. I think the range is a bit too big? I'm not sure is this range appropriate so can you confirm it?

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

1 participant