kkmarv commited on
Commit
3ce6c55
1 Parent(s): 03800ff

Update README.md

Browse files

# Plant Growth Stage Classification

This project was created in the context of the [2024 GIL Hackathon](https://ef-sw.de/hackathon-2024/).
The objective of our task was to classify the growth stage of a diverse set of plants commonly found in Germany. The dataset used is private and crowd-sourced kindly provided by the DWD (German Weather Institute). It is based on images and data recorded by voluntary workers of the [WetterWarn App](https://www.dwd.de/EN/ourservices/warnwetterapp/warnwetterapp.html).

The repo contains the code used to train a [YOLOv8](https://github.com/ultralytics/ultralytics) model on the above mentioned dataset. It can be used to reproduce the results of the project.

## Training Code

You can find the training code on [GitHub](https://github.com/kkmarv/plant-growth-stage-classification).

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,3 +1,5 @@
1
  ---
2
  license: gpl-3.0
3
- ---
 
 
 
1
  ---
2
  license: gpl-3.0
3
+ metrics:
4
+ - accuracy
5
+ ---