MHanzl commited on
Commit
8af2f7c
1 Parent(s): f784942

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
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
- https://openaccess.thecvf.com/content/WACV2022/papers/Picek_Danish_Fungi_2020_-_Not_Just_Another_Image_Recognition_Dataset_WACV_2022_paper.pdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```