persts/DotDotGoose

DotDotGoose is a free, open source tool to assist with manually counting objects in images

Python

207

114 commits

updated Sep 10, 2024

See the code

README

DotDotGoose

DotDotGoose is a free, open source tool to assist with manually counting objects in images.

Screen Shot

Point data collected with DotDotGoose will be very valuable training and validation data for any future efforts with computer assisted counting

Dependencies

DotDotGoose is being developed on Ubuntu 22.04 with the following libraries:

  • PyQt6 (6.7.1)
  • Pillow (10.3.0)
  • Numpy (1.26.4)

Installation

git clone https://github.com/persts/DotDotGoose
python3 -m venv ddg-env
source ddg-env/bin/activate
python -m pip install --upgrade pip
python -m pip install -r ./DotDotGoose/requirements.txt

Launching DotDotGoose

cd DotDotGoose
python3 main.py

Executables

Don't want to install from scratch? Download DotDotGoose and start counting!

counting
wildlife

Contributors

persts

104 commits

idoadse

2 commits

julieyoung6

2 commits

stefanistrate

2 commits

persts/DotDotGoose

DotDotGoose is a free, open source tool to assist with manually counting objects in images

Python

207

114 commits

updated Sep 10, 2024

See the code

README

DotDotGoose

DotDotGoose is a free, open source tool to assist with manually counting objects in images.

Screen Shot

Point data collected with DotDotGoose will be very valuable training and validation data for any future efforts with computer assisted counting

Dependencies

DotDotGoose is being developed on Ubuntu 22.04 with the following libraries:

  • PyQt6 (6.7.1)
  • Pillow (10.3.0)
  • Numpy (1.26.4)

Installation

git clone https://github.com/persts/DotDotGoose
python3 -m venv ddg-env
source ddg-env/bin/activate
python -m pip install --upgrade pip
python -m pip install -r ./DotDotGoose/requirements.txt

Launching DotDotGoose

cd DotDotGoose
python3 main.py

Executables

Don't want to install from scratch? Download DotDotGoose and start counting!

counting
wildlife

Contributors

persts

104 commits

idoadse

2 commits

julieyoung6

2 commits

stefanistrate

2 commits

Languages

Python

99.5%