picekl commited on
Commit
5db4d03
·
verified ·
1 Parent(s): d1e3b38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
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: 299 x 299
18
  - **Papers:**
19
- - **Original:** ??
20
- - **Train Dataset:** DF20M --> https://sites.google.com/view/danish-fungi-dataset
21
 
22
  ## Model Usage
23
  ### Image Embeddings
@@ -36,22 +36,20 @@ img = Image.open(PATH_TO_YOUR_IMAGE)
36
  output = model(train_transforms(img).unsqueeze(0)) # output is (batch_size, num_features) shaped tensor
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},
@@ -59,4 +57,4 @@ output = model(train_transforms(img).unsqueeze(0)) # output is (batch_size, num
59
  year={2022},
60
  publisher={Multidisciplinary Digital Publishing Institute}
61
  }
62
- ```
 
13
  ## Model Details
14
  - **Model Type:** Danish Fungi Classification
15
  - **Model Stats:**
16
+ - Params (M): 22.2M
17
  - Image size: 299 x 299
18
  - **Papers:**
19
+ - **Original:** Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning --> https://arxiv.org/pdf/1602.07261
20
+ - **Train Dataset:** DF20M --> https://github.com/BohemianVRA/DanishFungiDataset/
21
 
22
  ## Model Usage
23
  ### Image Embeddings
 
36
  output = model(train_transforms(img).unsqueeze(0)) # output is (batch_size, num_features) shaped tensor
37
  ```
38
 
 
39
  ## Citation
40
  ```bibtex
41
  @InProceedings{Picek_2022_WACV,
42
+ 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},
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
  @article{picek2022automatic,
51
  title={Automatic Fungi Recognition: Deep Learning Meets Mycology},
52
+ author={Picek, Lukas and Sulc, Milan and Matas, Jiri and Heilmann-Clausen, Jacob and Jeppesen, Thomas S and Lind, Emil},
53
  journal={Sensors},
54
  volume={22},
55
  number={2},
 
57
  year={2022},
58
  publisher={Multidisciplinary Digital Publishing Institute}
59
  }
60
+ ```