-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
code issue in EPro-PnP-6DoF #71
Comments
hi! you may be looking for this EPro-PnP/EPro-PnP-6DoF/lib/test.py Lines 227 to 229 in 5ee1525
|
This seems to be different from the way you get posture during training. Why? |
In training we run EPro-PnP in the monte carlo probabilistic mode, which allows the gradients to back-propagate through the probability density. At test time, probabilistic inference is not necessary, so we simply solve the conventional PnP problem using non-linear least square. |
I would like to know where is the code to get the rotation pose after getting the cc_maps in the CDPN.py, after going through the Epro_PnP forword, thanks!
cc_maps = self.rot_head_net(features)
# joints.shape [bs, 1152, 64, 64]The text was updated successfully, but these errors were encountered: