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
I'm wondering how the results for 3 input views were obtained? It seems that the network is structured to only accept 2 input views. Was there some sort of global alignment used like in Mast3r?
The text was updated successfully, but these errors were encountered:
Hello, thank you for your interest in our work. As explained in Sec. B in the Appendix (Details on Extension to 3 Input Views), when generating the Gaussian for each view in the 3-view input case, we concatenate the feature tokens of all the other views and do the cross-attention with these concatenated tokens at the ViT decoder stage. Th, it is still feed-forward and does not require global alignment. We will release the 3-view model soon.
I have a question about the 3-view model. Was it trained separately from 2-view models you released?
If so, how did you initialize the 3-view model's weights? I thought Mast3r models only provide 2 view case.
Hello,
I'm wondering how the results for 3 input views were obtained? It seems that the network is structured to only accept 2 input views. Was there some sort of global alignment used like in Mast3r?
The text was updated successfully, but these errors were encountered: