Read-only mirror of https://github.com/agroscope-ch/TillerCounterGui — Agroscope. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-24 13:22:36 +02:00
src Refined comments 2025-07-24 13:22:36 +02:00
README.md Refined comments 2025-07-24 13:22:36 +02:00

Agroscope TillerCounter

Basic counting tool for winter wheat tillers based on hand-collected bundle samples. Automatic detection via Hough transform. Corrections are possible via human labeler.

Required software

  • Ubuntu 20.04
  • Python 3.8 or higher
  • Packages: opencv-python, numpy, pillow (installed via pip)

Basic usage

Clone repository:
git clone git@github.com:agroscope-ch/TillerCounterGui.git

Run Tiller Counter from your python installation and environment (required packages given previously).
python src/TillerCounterGui.py

The current configuration (config.py) is optimized for two screens, where the TillerCounter GUI is displayed in the right screen. If needed, adjust window size and display confiuration by changing the config.py file. Set USE_TWO_SCREENS = False if used with a single screen or if the TillerCounter GUI should be displayed on left screen.