Tencent / FaceDetection-DSFD

腾讯优图高精度双分支人脸检测器
Other
2.91k stars 728 forks source link

torch==0.3.1 can not be downloaded #68

Open bewithme opened 4 years ago

bewithme commented 4 years ago

are you sure torch==0.3.1 is used in this model ?

ERROR: Could not find a version that satisfies the requirement torch==0.3.1 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 0.4.1, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0, 1.1.0.post2, 1.2.0, 1.3.0, 1.3.0.post2, 1.3.1, 1.4.0, 1.5.0, 1.5.1, 1.6.0) ERROR: No matching distribution found for torch==0.3.1

hypadr1v3 commented 4 years ago

Torch 0.3.1 is being used in this model. Such an old version of torch is not official anymore by pip or conda so you would have to build it from source or use a wheel(whl) file to install torch.

david-littlefield commented 4 years ago

Hi @bewithme, it is, but other versions can work too. You can find the instructions here.