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 using extrinsic in training #46

Closed
1320harry opened this issue Dec 16, 2024 · 2 comments
Closed

Question about using extrinsic in training #46

1320harry opened this issue Dec 16, 2024 · 2 comments

Comments

@1320harry
Copy link

1320harry commented Dec 16, 2024

As mentioned in issue #40, could you explain why extrinsics are being used during training? If it's supposed to be pose-free, I would assume GT extrinsics shouldn't be used during either training or testing. I'm a bit confused about this.

@zhongyingji
Copy link

zhongyingji commented Dec 17, 2024

During training, the model requires extrinsics for supervision on target views, the extrinsics indicate the relative positions of the target views with the first input view.
During testing, given input views, for quantitative evaluation, they optimize the extrinsics with the gt images. The extrinsics of the test views are not required, but you can use it as a starting point of the optimization.

No extrinsics or optimization are required during testing if you do not conduct the quantitative evaluation.

@1320harry
Copy link
Author

Thanks!

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