WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

How to install in windows 10/11 or ubuntu without docker? #89

Open futureflsl opened 3 years ago

futureflsl commented 3 years ago

though docker is simple to create environment.but for some reasons,I cannot use docker.so How to install in windows or ubutnu without docker?I feel this project is not easy to create environment...

WongKinYiu commented 3 years ago

using conda to create a virtual environment, and then https://github.com/WongKinYiu/yolor/blob/main/requirements.txt

kXborg commented 2 years ago

requirements.txt file is outdated. Please update with recent packages.