Skip to content

wyccoo/uvcp

Repository files navigation

UVCP

  1. CUDA(11.3) installation:
wget https://developer.download.nvidia.com/compute/cuda/11.3.1/local_installers/cuda_11.3.1_465.19.01_linux.run
sudo sh cuda_11.3.1_465.19.01_linux.run
  1. Install Pytorch:
  pip install torch==1.10.0+cu113 torchvision==0.11.0+cu113 torchaudio==0.10.0 -f https://download.pytorch.org/whl/torch_stable.html
  1. Install dependent environment:
  pip install -r requirements.txt
  pip install -v -e .
  cd nuscenes-devkit-1.1.3/setup/
  pip install -v -e .
  1. Prepare dataset

    Download the dataset from https://pan.baidu.com/s/1NY0auRjm-NRrz-KtDOmdpA?pwd=m27v to the folder named data.

  2. After downloading the dataset, generate a pkl file:

  python tools/create_data_bevdet_v2u.py
  1. Test Model:
  python tools/test.py configs/UVCP/uvcpnet.py $checkpoint$ --eval map

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages