Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 756 Bytes

installation.md

File metadata and controls

27 lines (17 loc) · 756 Bytes

Installation

Manually installation

First, install some packages from their official site manually, mainly some packages related to cuda, and you have to choose the cuda version to use.

Pytorch

Install pytorch from their official site manually. You can skip this if you want to use the latest pytorch.

MMRepo

Install repos from mmlab by openmim as follows:

pip install -U openmim
mim install xxx

Automaticaly installation

Generally, you can just use the latest pacages in requirements.txt without specific their version, so you can use command as follow to install this project and all required packages.

pip install -r requirements.txt
pip install -e .