Open ipa-anm-sy opened 7 months ago
Second. I did pip install -r requirements.txt
, and it says:
ERROR: Could not find a version that satisfies the requirement apex==0.1 (from versions: 0.9.8dev.linux-i686, 0.9.8.dev0, 0.9.8a0.dev0, 0.9.9.dev0, 0.9.10.dev0) ERROR: No matching distribution found for apex==0.1
I got arround this by changing the value in requirements.txt file, from apex==0.1 to apex==0.9.10.dev0. I cant tell if this is gonna mess anything up later since I cant get to download the validation data set. How did u get them?
I am trying to use raf-db pre-trained model to recognize expressions from a live feed. I am using Linux, anaconda. i have tried creating multiple environments with different python versions. Every time I get errors for different libraries. they do not support the current python version that I am using. And I am not able to install torch 1.8.1 mentioned in the requirements file. Can anyone help me to set up the environment correctly.