Setup the CrowdDet environment using Docker
masterTo run CrowdDet, it is recommended to use Docker. You must have nvidia-docker installed on your host machine.
- Build the Docker image:
sudo docker build . -t crowddet- Run the Docker container:
Use the
--gpus allflag to enable GPU support and--shm-size=8gto ensure sufficient shared memory for training.
sudo docker run --gpus all --shm-size=8g -it --rm crowddetsudo docker build . -t crowddet
sudo docker run --gpus all --shm-size=8g -it --rm crowddet