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
  ```