MrigLabIITRopar commited on
Commit
37272bd
·
verified ·
1 Parent(s): d541e6d

basline model info added

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -126,6 +126,7 @@ A separate CSV is provided for each crop covering all plants, days, levels, and
126
 
127
  ## Tasks
128
 
 
129
  This dataset supports the following tasks:
130
 
131
  - **Plant Age Estimation** — Predict the number of days since planting (regression)
@@ -140,6 +141,26 @@ This dataset supports the following tasks:
140
 
141
  ---
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  ## Citation
144
 
145
  If you use this dataset in your research, please cite:
@@ -189,7 +210,4 @@ This dataset is released under the [Creative Commons Attribution 4.0 Internation
189
 
190
  You are free to use, share, and adapt this dataset for any purpose, including commercial use, as long as appropriate credit is given to the authors.
191
 
192
- ---
193
 
194
- ## Note
195
- The dataset is part of a challenge organised by [ANNAM.AI](http://data.annam.ai/gromo25/)
 
126
 
127
  ## Tasks
128
 
129
+ The dataset is part of a challenge organised by [ANNAM.AI](http://data.annam.ai/gromo25/).
130
  This dataset supports the following tasks:
131
 
132
  - **Plant Age Estimation** — Predict the number of days since planting (regression)
 
141
 
142
  ---
143
 
144
+ ## Baseline Model and Train/Test Scripts
145
+
146
+ This repository provides baseline model weights and network architecture to help users get started quickly.
147
+
148
+ ### Baseline Model Weights
149
+
150
+ The pretrained baseline models follow the naming convention below:
151
+
152
+ - `{crop}_mvvit_age_prediction.pth` — model for plant age prediction
153
+ - `{crop}_mvvit_leaf_count.pth` — model for leaf count estimation
154
+
155
+ where `{crop}` refers to the crop name (e.g., `wheat`, `okra`, `radish`, `mustard`).
156
+
157
+ ### Usage
158
+
159
+ - Use `train.py` for training the model on your data.
160
+ - Use `test.py` for evaluating the model on the test set.
161
+
162
+ ---
163
+
164
  ## Citation
165
 
166
  If you use this dataset in your research, please cite:
 
210
 
211
  You are free to use, share, and adapt this dataset for any purpose, including commercial use, as long as appropriate credit is given to the authors.
212
 
 
213