Spaces:
Running
Running
dmitryhits
commited on
Commit
·
a350d92
1
Parent(s):
d2def97
changes article
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ These classes represent common plant species in Danish agriculture at different
|
|
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 barcode labels that might be unique to the particular plant.
|
28 |
-
The last two images in the examples are not from the dataset. They are getting wrongly classified as <b>
|
29 |
<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>
|
30 |
</div>"""
|
31 |
|
|
|
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 barcode labels that might be unique to the particular plant.
|
28 |
+
The last two images in the examples are not from the dataset. They are getting wrongly classified as <b>Scentless Mayweed</b> even though they are <b>Small-flowered Cranesbill</b> (compare with the second image in the examples)
|
29 |
<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>
|
30 |
</div>"""
|
31 |
|