Installation :hammer_and_wrench::
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