VitjanZ / DRAEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about the requirement.txt

shirowalker opened this issue · comments

The format of requirement is strange and can't be used as "pip install -r" or "conda create -n -f", may be a yaml file is more suitable?
I'll appreciate it if the available environment information provided.
Thanks a lot.

If anyone else has the same question, I think you can create conda environment with python3.8.
Then install pytorch, and pip install opencv-python==4.5.3.56 imgaug==0.4.0 sklearn==0.0.
That's enough.

good