zju3dv / pats

Code for "PATS: Patch Area Transportation with Subdivision for Local Feature Matching", CVPR 2023
Other
94 stars 7 forks source link

this is a error #5

Closed LooperzZ closed 1 year ago

LooperzZ commented 1 year ago

File "C:\Users\86132\Desktop\pats-master\utils\utils.py", line 17, in import tensor_resize ModuleNotFoundError: No module named 'tensor_resize'

xuanlanxingkongxia commented 1 year ago

Do you have run setup.py?

eugenelyj commented 1 year ago

@LooperzZ Please read the section of Installation. You need to run

conda env create -f environment.yaml
cd setup
python setup.py install
cd ..
eugenelyj commented 1 year ago

Feel free to re-open the issue if you don't solve this problem.