Update README.md
Browse files
README.md
CHANGED
|
@@ -13,11 +13,11 @@ license: cc-by-nc-4.0
|
|
| 13 |
## Model Details
|
| 14 |
- **Model Type:** Danish Fungi Classification
|
| 15 |
- **Model Stats:**
|
| 16 |
-
- Params (M):
|
| 17 |
- Image size: 384 x 384
|
| 18 |
- **Papers:**
|
| 19 |
-
- **Original:**
|
| 20 |
-
- **Train Dataset:**
|
| 21 |
|
| 22 |
## Model Usage
|
| 23 |
### Image Embeddings
|
|
@@ -40,18 +40,17 @@ output = model(train_transforms(img).unsqueeze(0))
|
|
| 40 |
## Citation
|
| 41 |
```bibtex
|
| 42 |
@InProceedings{Picek_2022_WACV,
|
| 43 |
-
author = {Picek,
|
| 44 |
title = {Danish Fungi 2020 - Not Just Another Image Recognition Dataset},
|
| 45 |
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
|
| 46 |
month = {January},
|
| 47 |
year = {2022},
|
| 48 |
pages = {1525-1535}
|
| 49 |
}
|
| 50 |
-
|
| 51 |
-
```bibtex
|
| 52 |
@article{picek2022automatic,
|
| 53 |
title={Automatic Fungi Recognition: Deep Learning Meets Mycology},
|
| 54 |
-
author={Picek,
|
| 55 |
journal={Sensors},
|
| 56 |
volume={22},
|
| 57 |
number={2},
|
|
|
|
| 13 |
## Model Details
|
| 14 |
- **Model Type:** Danish Fungi Classification
|
| 15 |
- **Model Stats:**
|
| 16 |
+
- Params (M): 303.9M
|
| 17 |
- Image size: 384 x 384
|
| 18 |
- **Papers:**
|
| 19 |
+
- **Original:** An image is worth 16x16 words: Transformers for image recognition at scale --> https://arxiv.org/pdf/2010.11929
|
| 20 |
+
- **Train Dataset:** DF20 --> https://github.com/BohemianVRA/DanishFungiDataset/
|
| 21 |
|
| 22 |
## Model Usage
|
| 23 |
### Image Embeddings
|
|
|
|
| 40 |
## Citation
|
| 41 |
```bibtex
|
| 42 |
@InProceedings{Picek_2022_WACV,
|
| 43 |
+
author = {Picek, Lukas and Sulc, Milan and Matas, Jiri and Jeppesen, Thomas S. and Heilmann-Clausen, Jacob and L{e}ss{\o}e, Thomas and Fr{\o}slev, Tobias},
|
| 44 |
title = {Danish Fungi 2020 - Not Just Another Image Recognition Dataset},
|
| 45 |
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
|
| 46 |
month = {January},
|
| 47 |
year = {2022},
|
| 48 |
pages = {1525-1535}
|
| 49 |
}
|
| 50 |
+
|
|
|
|
| 51 |
@article{picek2022automatic,
|
| 52 |
title={Automatic Fungi Recognition: Deep Learning Meets Mycology},
|
| 53 |
+
author={Picek, Lukas and Sulc, Milan and Matas, Jiri and Heilmann-Clausen, Jacob and Jeppesen, Thomas S and Lind, Emil},
|
| 54 |
journal={Sensors},
|
| 55 |
volume={22},
|
| 56 |
number={2},
|