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