Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 457 Bytes

INSTALL.md

File metadata and controls

23 lines (18 loc) · 457 Bytes

INSTALL

1. Create and activate conda environment:

conda create -n centerloc3d python=3.6.2
activate centerloc3d

2. Install pytorch 1.8.0:

pip install torch==1.8.0+cu101 torchvision==0.9.0+cu101 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html

3. Clone the repository:

git clone https://github.com/stjuliet/CenterLoc3D

4. Install the requirements:

pip install -r requirements.txt