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

Home Page:https://www.youtube.com/watch?v=TonBodQ6EUU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import error

Zephyr-One opened this issue · comments

I have successfully install torch 1.8.0+cu111 and pyro-ppl 1.6.0, but there still has something wrong like this:
发生异常: ModuleNotFoundError
No module named 'pyro'
File "/home/xjyang/project/EPro-PnP/epropnp/epropnp.py", line 10, in
from pyro.distributions import MultivariateStudentT
ModuleNotFoundError: No module named 'pyro'
I don't know why this happens and how to deal with it.