Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 444 Bytes

installation.md

File metadata and controls

18 lines (16 loc) · 444 Bytes

Environment

  1. Create conda environment
conda env create -f environment.yml
conda activate pmapnet
  1. Install pytorch
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
  1. Install dependencies
pip install -r requirements.txt

Datasets preparing

Download nuScenes dataset and put it to dataset/ folder.