-
Notifications
You must be signed in to change notification settings - Fork 107
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
About demo #78
Comments
Hi! Thank you for your interest in our work.
|
Thank you for your response! In addition, I have some further questions about a segment of code in the initialization of the demo: # Here we use static weight_scale because the data noise is homoscedastic
self.log_weight_scale = nn.Parameter(torch.zeros(2)) Later in the code, there are parts related to w2d = (w2d.log_softmax(dim=-2) + self.log_weight_scale).exp()
norm_factor = model.log_weight_scale.detach().exp().mean() In this context, Furthermore, during the training process, there is a situation where loss_mc becomes smaller than 0. Is this considered normal? |
The |
Thank you for your response again!
Will this affect the performance of the network? |
Hello! First of all, thank you very much for your research on EPro-PnP.
I would like to incorporate the EPro-PnP layer into my own pose estimation network, and I saw some relevant instructions in the fit_identity.ipynb file in the demo folder. Thank you very much for your help! I have some uncertainties about this demo and I hope to get your answers:
I would greatly appreciate your answers!
The text was updated successfully, but these errors were encountered: