CoolFace
Apppublic

nikigoli/countgd

sourceHugging Faceupdated 5mo agoView on Hugging Face
126likes
App README

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

bash
docker run -it \
    --name countgd \
    -p 7860:7860 \
    --platform=linux/amd64 \
    --gpus all \
	registry.hf.space/nikigoli-countgd:latest \
    python app.py