tr31zh
commited on
Commit
·
36b0b55
1
Parent(s):
16fe353
Edited README.md
Browse files
README.md
CHANGED
@@ -28,14 +28,24 @@ Contains checkpoint files for leaf disc detector and OIV 452-1 scorer.
|
|
28 |
### data
|
29 |
Contains all datasets data in CSV format
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
### images
|
32 |
|
33 |
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64ec50e26a38b6958677f2a5/UXQUTZg2So8JtySi5ckH0.jpeg)
|
34 |
|
35 |
Contains all images in three different folders:
|
36 |
-
- plates contains full plate images
|
37 |
-
- leaf_discs contains full leaf discs
|
38 |
-
- leaf_patches contains extracted patches
|
39 |
|
40 |
### src
|
41 |
Contains source code under two formats:
|
|
|
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 |
+
|
38 |
+
#### Genotype Differenciation
|
39 |
+
- genotype_differenciation_dataset.csv contains annotated scores and predictions for leaf patches used in to validate model on genptype differenciation.
|
40 |
+
|
41 |
### images
|
42 |
|
43 |
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64ec50e26a38b6958677f2a5/UXQUTZg2So8JtySi5ckH0.jpeg)
|
44 |
|
45 |
Contains all images in three different folders:
|
46 |
+
- plates contains full plate images.
|
47 |
+
- leaf_discs contains full leaf discs. Output folder for predicted leaf discs.
|
48 |
+
- leaf_patches contains extracted patches. Output folder for predicted leaf patches.
|
49 |
|
50 |
### src
|
51 |
Contains source code under two formats:
|