kkmarv commited on
Commit
4a31d04
1 Parent(s): 3ce6c55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -2,4 +2,16 @@
2
  license: gpl-3.0
3
  metrics:
4
  - accuracy
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: gpl-3.0
3
  metrics:
4
  - accuracy
5
+ ---
6
+
7
+ Update README.md
8
+ # Plant Growth Stage Classification
9
+
10
+ This project was created in the context of the [2024 GIL Hackathon](https://ef-sw.de/hackathon-2024/).
11
+ 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).
12
+
13
+ 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.
14
+
15
+ ## Training Code
16
+
17
+ You can find the training code on [GitHub](https://github.com/kkmarv/plant-growth-stage-classification).