Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# OIV Leaf Disc Phenotyping
|
2 |
+
|
3 |
+
Companion repository for the article
|
4 |
+
"Phenotyping grapevine resistance to downy mildew: deep learning as a promising tool to assess sporulation and necrosis" found [Here](https://link.springer.com/article/10.1186/s13007-024-01220-4?utm_source=rct_congratemailt&utm_medium=email&utm_campaign=oa_20240613&utm_content=10.1186/s13007-024-01220-4)
|
5 |
+
|
6 |
+
## Folder Structure
|
7 |
+
|
8 |
+
### checkpoints
|
9 |
+
Contains checkpoint files for leaf disc detector and OIV 452-1 scorer.
|
10 |
+
|
11 |
+
### data
|
12 |
+
Contains all datasets data in CSV format
|
13 |
+
|
14 |
+
### images
|
15 |
+
Contains all images in three different folders:
|
16 |
+
- leaf_discs contains full leaf discs
|
17 |
+
- leaf_patches contains extracted patches
|
18 |
+
- plates contains full plate images
|
19 |
+
|
20 |
+
### src
|
21 |
+
Contains source code under two formats:
|
22 |
+
- *.py files contain base functionality and classes
|
23 |
+
- *.ipynb files contain code to reproduce the article data
|
24 |
+
|
25 |
+
## Notebooks
|
26 |
+
|
27 |
+
### leaf_patch_extractor.ipynb
|
28 |
+
This notebook shows the process that goes from plate images to leaf patches
|
29 |
+
|
30 |
+
### leaf_patch_annotation.ipynb
|
31 |
+
Generates an user interface to annotate leaf patches
|
32 |
+
|
33 |
+
### leaf_patch_oiv_predictor.ipynb
|
34 |
+
Step by sterp tutorial to predict OIV 452-1 scores from extracted leaf patches
|
35 |
+
|
36 |
+
### leaf_patch_gen_diff.ipynb
|
37 |
+
Notebook that details the procedure to compare model predictions to human scores
|
38 |
+
|
39 |
+
### repo_manager.ipynb
|
40 |
+
Utility notebook to create this repository
|