ducha-aiki / affnet

Code and weights for local feature affine shape estimation paper "Repeatability Is Not Enough: Learning Discriminative Affine Regions via Discriminability"
MIT License
265 stars 47 forks source link

About the version of the python and pytorch #29

Closed yangwill81 closed 4 years ago

yangwill81 commented 4 years ago

Could u pls tell me the version of the python and pytorch? I can't run it sucussfully with python 3.7. Thanks a lot.

ducha-aiki commented 4 years ago

Python is 2.7, not 3.7 pytorch 0.4.0

ducha-aiki commented 4 years ago

Here is version, which runs with python 3.7 and torch 1.4.0 https://github.com/ducha-aiki/affnet/tree/pytorch1-4_python3