Update README.md
Browse files
README.md
CHANGED
@@ -36,5 +36,26 @@ output = model(train_transforms(img).unsqueeze(0)) # output is (batch_size, num
|
|
36 |
|
37 |
```
|
38 |
|
39 |
-
## Citation
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
```
|
38 |
|
39 |
+
## Citation
|
40 |
+
```bibtex
|
41 |
+
@InProceedings{Picek_2022_WACV,
|
42 |
+
author = {Picek, Luk'a{s} and {S}ulc, Milan and Matas, Ji{r}{'\i} and Jeppesen, Thomas S. and Heilmann-Clausen, Jacob and L{e}ss{\o}e, Thomas and Fr{\o}slev, Tobias},
|
43 |
+
title = {Danish Fungi 2020 - Not Just Another Image Recognition Dataset},
|
44 |
+
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
|
45 |
+
month = {January},
|
46 |
+
year = {2022},
|
47 |
+
pages = {1525-1535}
|
48 |
+
}
|
49 |
+
```
|
50 |
+
```bibtex
|
51 |
+
@article{picek2022automatic,
|
52 |
+
title={Automatic Fungi Recognition: Deep Learning Meets Mycology},
|
53 |
+
author={Picek, Luk{'a}{{s}} and {{S}}ulc, Milan and Matas, Ji{{r}}{'\i} and Heilmann-Clausen, Jacob and Jeppesen, Thomas S and Lind, Emil},
|
54 |
+
journal={Sensors},
|
55 |
+
volume={22},
|
56 |
+
number={2},
|
57 |
+
pages={633},
|
58 |
+
year={2022},
|
59 |
+
publisher={Multidisciplinary Digital Publishing Institute}
|
60 |
+
}
|
61 |
+
```
|