Ma
Ma
> Sorry, don't really know if I should post this here or where. Please correct me if anything. This is the right place :) > Image large is none This...
> Hi friend, > > In your Readme.md, the information to check Download Trained Models Models can be downloaded [here](https://huggingface.co/skytnt/anime-seg) After visiting that page click on "Files and versions" and...
I could reproduce it and it was an issue with the pinned versions in `requirements.txt`. I updated `requirements.txt `to remove the specific version pins. Can you try to install them...
My `requirements.txt` has no more version numbers: ``` attrs opencv-python pytest ``` Then run this to upgrade all packages from `requirements.txt`. ``` pip install -U -r requirements.txt ``` > "WARNING:...