Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,12 +26,16 @@ Companion repository for the article
|
|
| 26 |
Contains checkpoint files for leaf disc detector and OIV 452-1 scorer.
|
| 27 |
|
| 28 |
### data
|
| 29 |
-
Contains all datasets data in CSV format
|
| 30 |
|
| 31 |
#### Leaf Disc Detection Files
|
| 32 |
-
- ldd_train.csv, ldd_val.csv and ldd_test.csv contain bounding box annotations in Pascal VOC format
|
| 33 |
- train_ld_bounding_boxes.csv contains predictions for all available plates.
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
#### OIV 452-1 Predictions
|
| 36 |
- oiv_train.csv, oiv_val.csv and oiv_test.csv contain OIV 452-1 annotated scores.
|
| 37 |
|
|
@@ -49,8 +53,8 @@ Contains all images in three different folders:
|
|
| 49 |
|
| 50 |
### src
|
| 51 |
Contains source code under two formats:
|
| 52 |
-
- *.py files contain base functionality and classes
|
| 53 |
-
- *.ipynb files contain code to reproduce the article data
|
| 54 |
|
| 55 |
## Notebooks
|
| 56 |
|
|
|
|
| 26 |
Contains checkpoint files for leaf disc detector and OIV 452-1 scorer.
|
| 27 |
|
| 28 |
### data
|
| 29 |
+
Contains all datasets data in CSV format. All files are semicolon separated.
|
| 30 |
|
| 31 |
#### Leaf Disc Detection Files
|
| 32 |
+
- ldd_train.csv, ldd_val.csv and ldd_test.csv contain bounding box annotations in Pascal VOC format.
|
| 33 |
- train_ld_bounding_boxes.csv contains predictions for all available plates.
|
| 34 |
|
| 35 |
+
#### OIV 452-1 Annotation
|
| 36 |
+
- oiv_annotation.csv fully annotated dataset created with the UI in leaf_patch_annotation.ipynb.
|
| 37 |
+
- oiv_annotation_empty.csv empty annotation CSV, use it to familiarize yoursel with the annotation process.
|
| 38 |
+
|
| 39 |
#### OIV 452-1 Predictions
|
| 40 |
- oiv_train.csv, oiv_val.csv and oiv_test.csv contain OIV 452-1 annotated scores.
|
| 41 |
|
|
|
|
| 53 |
|
| 54 |
### src
|
| 55 |
Contains source code under two formats:
|
| 56 |
+
- *.py files contain base functionality and classes.
|
| 57 |
+
- *.ipynb files contain code to reproduce the article data.
|
| 58 |
|
| 59 |
## Notebooks
|
| 60 |
|