cvg / pixel-perfect-sfm

Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)
Apache License 2.0
1.29k stars 132 forks source link

NameError: name '_C' is not defined #116

Closed linqingfan closed 11 months ago

linqingfan commented 11 months ago

Hi, I was able to run the new version of hloc and lightglue But once I install pixsfm, torch seems unable to work now: When I import torch, the following error appears.

NameError: name '_C' is not defined

linqingfan commented 11 months ago

I found that I have a test program org.py which interfere with torch. after renaming, problem resolved