You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: