tjiiv-cprg / EPro-PnP

[CVPR 2022 Oral, Best Student Paper] EPro-PnP: Generalized End-to-End Probabilistic Perspective-n-Points for Monocular Object Pose Estimation
https://www.youtube.com/watch?v=TonBodQ6EUU
Apache License 2.0
1.11k stars 106 forks source link

application about it #84

Open SlamDunk-ycw opened 1 year ago

SlamDunk-ycw commented 1 year ago

I have a problem is that I get the 3d-2d matching pairs through the network, then I want to get the transformation matrix through Epro-PnP , and then in the second step project the 3d points onto the image plane with the resulting matrix, and then do the subsequent operations through the neural network , I hope the entire network is end-to-end. Is this idea feasible?