nikigoli/countgd
126
CountGD: Multi Modal Open World Counting Model
To Run Locally, the best method is to use docker.
Make sure you have installed docker, nvidia-driver and nvidia container toolkit for the your platform.
Then, you can run the app locally with the following command
docker run -it \
--name countgd \
-p 7860:7860 \
--platform=linux/amd64 \
--gpus all \
registry.hf.space/nikigoli-countgd:latest \
python app.py