Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ conda activate FoMo4Wheat
|
|
| 15 |
|
| 16 |
# Data Preparation
|
| 17 |
ImAg4Wheat comprises 2,500,000 million images over 2,000 wheat genotypes cultivated under 500 distinct environmental conditions across 30 sites in 10 countries spanning a decade, covering the full crop growth cycle. [ImAg4Wheat](https://huggingface.co/datasets/PheniX-Lab/ImAg4Wheat)
|
| 18 |
-
(Note: The complete dataset will be made publicly
|
| 19 |
|
| 20 |
# Pretrained models
|
| 21 |
| model | # of params | download |
|
|
@@ -35,6 +35,8 @@ MKL_NUM_THREADS=8 OMP_NUM_THREADS=8 python FoMo4Wheat/run/train/
|
|
| 35 |
--output-dir <PATH/TO/OUTPUT/DIR> \
|
| 36 |
train.dataset_path=TestDataset:split=TRAIN:root=<PATH/TO/DATASET>:extra=<PATH/TO/DATASET>
|
| 37 |
```
|
|
|
|
|
|
|
| 38 |
|
| 39 |
# License
|
| 40 |
FoMo4Wheat code and model weights are released under the MIT License. See LICENSE for additional details.
|
|
|
|
| 15 |
|
| 16 |
# Data Preparation
|
| 17 |
ImAg4Wheat comprises 2,500,000 million images over 2,000 wheat genotypes cultivated under 500 distinct environmental conditions across 30 sites in 10 countries spanning a decade, covering the full crop growth cycle. [ImAg4Wheat](https://huggingface.co/datasets/PheniX-Lab/ImAg4Wheat)
|
| 18 |
+
(**Note: The complete dataset will be made publicly accessible upon formal publication of the associated research paper.**)
|
| 19 |
|
| 20 |
# Pretrained models
|
| 21 |
| model | # of params | download |
|
|
|
|
| 35 |
--output-dir <PATH/TO/OUTPUT/DIR> \
|
| 36 |
train.dataset_path=TestDataset:split=TRAIN:root=<PATH/TO/DATASET>:extra=<PATH/TO/DATASET>
|
| 37 |
```
|
| 38 |
+
# Benchmark
|
| 39 |
+
We leverage publicly available, self-collected, and internationally collaborated datasets tailored to six downstream wheat vision tasks, two rice vision tasks, and two generic crop vision tasks. The rice- and crop-related tasks aim to justify whether the vision wheat foundation model can generalize to other crop species. The six wheat vision tasks include wheat growth stage classification, wheat disease classification, wheat head detection, UAV-based wheat spike detection, leaf tip counting, and wheat organ segmentation. The two rice vision tasks are comprised of rice leaf tip counting and rice organ segmentation. The two crop vision tasks are multi-crop segmentation and crop and weed segmentation.[Benchmark](https://huggingface.co/PheniX-Lab/FoMo4Wheat/tree/main/Benchmark)
|
| 40 |
|
| 41 |
# License
|
| 42 |
FoMo4Wheat code and model weights are released under the MIT License. See LICENSE for additional details.
|