Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 673 Bytes

INSTALL.md

File metadata and controls

30 lines (29 loc) · 673 Bytes

Installation 🛠️:

After cloning the repository:

cd path/to/RVCDet # specify the correct path here
cd RVCDet

Go to docker directory:

cd RVCDet/docker

build RVCDet docker image:

./build.sh

Start RVCDet docker container:

Open start.sh and specify the correct path to nuScenes/Waymo Dataset and run this command in terminal:

./start.sh

Enter the container:

./into.sh

Now INSIDE the running container:

export PYTHONPATH="${PYTHONPATH}:/home/trainer/rvcdet/RVCDet"
export PYTHONPATH="${PYTHONPATH}:/home/trainer/rvcdet/nuscenes-devkit/python-sdk"
Bash setup.bash