MHanzl commited on
Commit
9fa0ffd
1 Parent(s): c842528

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -37,5 +37,26 @@ output = model(train_transforms(img).unsqueeze(0)) # output is (batch_size, num
37
 
38
  ```
39
 
40
- ## Citation
41
- https://openaccess.thecvf.com/content/WACV2022/papers/Picek_Danish_Fungi_2020_-_Not_Just_Another_Image_Recognition_Dataset_WACV_2022_paper.pdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ```
39
 
40
+ ## Citation
41
+ ```bibtex
42
+ @InProceedings{Picek_2022_WACV,
43
+ 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},
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, Luk{'a}{ {s}} and { {S}}ulc, Milan and Matas, Ji{ {r}}{'\i} and Heilmann-Clausen, Jacob and Jeppesen, Thomas S and Lind, Emil},
55
+ journal={Sensors},
56
+ volume={22},
57
+ number={2},
58
+ pages={633},
59
+ year={2022},
60
+ publisher={Multidisciplinary Digital Publishing Institute}
61
+ }
62
+ ```