sajjjadayobi / FaceLib

Face Analysis: Detection, Age Gender Estimation & Recognition
MIT License
294 stars 52 forks source link

FaceLib on Nvidia Jetson Nano #16

Closed dspinczyk closed 3 years ago

dspinczyk commented 3 years ago

I have tried to install on Nvidia Jetson Nano. It support bcolz 1.2.0 and matplotlib 2.1.1. Could you share the oldest version of FaceLib that support older version of package ( bcolz 1.2.0 and matplotlib 2.1.1) ?

sajjjadayobi commented 3 years ago

I don't have any older versions in terms of requirements you can change requirements.txt to ( bcolz 1.2.0 and matplotlib 2.1.1) and test it 😄 I don't think it will be a problem

dspinczyk commented 3 years ago

Ok, I downgraded the package numbers in the locally downloaded version of the repository and used the pip install -e command. Done, it's working. Thanks!