Spaces:
Sleeping
Sleeping
dmitryhits
commited on
Commit
·
a6f11ac
1
Parent(s):
83ae72e
updates app to more examples
Browse files
app.py
CHANGED
@@ -24,14 +24,14 @@ The images are grouped into 12 classes.
|
|
24 |
These classes represent common plant species in Danish agriculture at different growth stages.
|
25 |
A pretrained ResNet34 model was fine-tuned using fastai vision library. The error rate achived on the validation dataset is 2.5% after 4 epochs.
|
26 |
Currently the model does not generalize well on the out-of-domain images. Probably because of the specificity of the dataset.
|
27 |
-
The images in the dataset are of a single plant taken from the top and on a single background of a grit surface.
|
28 |
<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>
|
29 |
</div>"""
|
30 |
|
31 |
# %% ../weed_classifier.ipynb 6
|
32 |
title = "Weed Classifier"
|
33 |
description = "<h3 style='text-align: center'>A weed classifier trained on the Kaggle V2 Plant Seedling dataset with fastai.</h3>"
|
34 |
-
examples = ['SugarBeet.png']
|
35 |
interpretation='default'
|
36 |
enable_queue=True
|
37 |
|
|
|
24 |
These classes represent common plant species in Danish agriculture at different growth stages.
|
25 |
A pretrained ResNet34 model was fine-tuned using fastai vision library. The error rate achived on the validation dataset is 2.5% after 4 epochs.
|
26 |
Currently the model does not generalize well on the out-of-domain images. Probably because of the specificity of the dataset.
|
27 |
+
The images in the dataset are of a single plant taken from the top and on a single background of a grit surface. Some images have labels that might be unique to the particular plant.
|
28 |
<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>
|
29 |
</div>"""
|
30 |
|
31 |
# %% ../weed_classifier.ipynb 6
|
32 |
title = "Weed Classifier"
|
33 |
description = "<h3 style='text-align: center'>A weed classifier trained on the Kaggle V2 Plant Seedling dataset with fastai.</h3>"
|
34 |
+
examples = ['SugarBeet.png', 'SmallFloweredCranesBill.png', 'FatHen.png', 'LooseSilkyBent.png', 'CommonChickweed.png', 'MultipleSmallFloweredCranesBill.jpg', 'SmallFloweredCranesBill_02.png']
|
35 |
interpretation='default'
|
36 |
enable_queue=True
|
37 |
|