hibana2077 commited on
Commit
28887e1
Β·
verified Β·
1 Parent(s): 2b9336d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -29,13 +29,15 @@ Each subset (e.g., SoyAgeing-R1, SoyAgeing-R3, etc.) contains:
29
 
30
  ```
31
  ultra-fgvc/
32
- β”œβ”€β”€ images/
33
- β”‚ β”œβ”€β”€ SoyAgeing-R1/
34
- β”‚ β”‚ β”œβ”€β”€ labeled/
35
- β”‚ β”‚ └── unlabeled/
 
 
36
  β”‚ └── ...
37
- β”œβ”€β”€ annotations/
38
- β”‚ β”œβ”€β”€ SoyAgeing-R1-labels.csv
39
  β”‚ └── ...
40
  └── README.md
41
  ```
 
29
 
30
  ```
31
  ultra-fgvc/
32
+ β”œβ”€β”€ SoyAgeing/
33
+ β”‚ β”œβ”€β”€ SoyAgeing-R1.zip/
34
+ β”‚ β”‚ β”œβ”€β”€ anno/
35
+ β”‚ β”‚ β”‚ └── {test, train, val}.txt
36
+ β”‚ β”‚ └── images/
37
+ β”‚ β”‚ β”‚ └── yd012_R1_{1-10}_{train,test}.png
38
  β”‚ └── ...
39
+ β”œβ”€β”€ SoyGene/
40
+ β”‚ β”œβ”€β”€ SoyGene-Part-1.zip
41
  β”‚ └── ...
42
  └── README.md
43
  ```