kuaikuaikim / dface

Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
http://dface.tech
Apache License 2.0
1.24k stars 348 forks source link

Package versions #35

Closed CodexForster closed 3 years ago

CodexForster commented 3 years ago

Hello,

Can someone please let me know what versions of torch, torchvision, opencv and matplotlib worked for you? The owner(s) of this repo have not provided adequate information regarding what versions they used to run this model in the requirements section.

Thanks in advance!

CodexForster commented 3 years ago

For guys as dumb as me, you need to conda install the packages given in the "environment.yml" file using the "conda env create -f path/to/environment.yml" command.