Its broke
-
The requirements.txt file is broke
-
Even the implementation is broke cant even run it on colab
The requirement.txt file worked for me. Are you sure you typed
requirement.txt (without s at the end.)
i was missing one dependency which i fixed by installing charset normalizer
pip install charset-normalizer==3.0.0
the versions mentioned are not corrected , and when changed it conflicts with internal dependencies of torch and torchvision !
The requirement.txt file worked for me. Are you sure you typed
requirement.txt (without s at the end.)
Are you drunk or what ? which requirement.txt (without s) you were running from this repo
- The requirements.txt is fine, the only thing might need to change is that you need to install the torch with cuda support, the deafult one doesn't work on my side.
- There are so many things can make you unable to excute the program, you need to provide more information.
Are you drunk or what ? which requirement.txt (without s) you were running from this repo

the versions mentioned are not corrected , and when changed it conflicts with internal dependencies of torch and torchvision !
assuming you are on windows you can check out this fork
The requirement.txt file worked for me. Are you sure you typed
requirement.txt (without s at the end.)
Are you drunk or what ? which requirement.txt (without s) you were running from this repo
You wrote requirements.txt in your issue, but the file is called requirement.txt.