Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,19 +5,19 @@ tags:
|
|
5 |
- ecology
|
6 |
- fungi
|
7 |
- FGVC
|
8 |
-
library_name:
|
9 |
license: cc-by-nc-4.0
|
10 |
---
|
11 |
# Model card for BVRA/resnet18.in1k_ft_fungitastic-mini_224
|
12 |
|
13 |
## Model Details
|
14 |
-
- **Model Type:**
|
15 |
- **Model Stats:**
|
16 |
- Params (M): 11.3
|
17 |
- Image size: 224 x 224
|
18 |
- **Papers:**
|
19 |
-
- **Original:**
|
20 |
-
- **Train Dataset:** FungiTastic
|
21 |
|
22 |
## Model Usage
|
23 |
### Image Embeddings
|
@@ -39,6 +39,14 @@ output = model(train_transforms(img).unsqueeze(0))
|
|
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},
|
|
|
5 |
- ecology
|
6 |
- fungi
|
7 |
- FGVC
|
8 |
+
library_name: FungiTastic Dataset
|
9 |
license: cc-by-nc-4.0
|
10 |
---
|
11 |
# Model card for BVRA/resnet18.in1k_ft_fungitastic-mini_224
|
12 |
|
13 |
## Model Details
|
14 |
+
- **Model Type:** Fine-grained classification of fungi species
|
15 |
- **Model Stats:**
|
16 |
- Params (M): 11.3
|
17 |
- Image size: 224 x 224
|
18 |
- **Papers:**
|
19 |
+
- **Original:** --> ???
|
20 |
+
- **Train Dataset:** FungiTastic --> https://arxiv.org/pdf/2408.13632
|
21 |
|
22 |
## Model Usage
|
23 |
### Image Embeddings
|
|
|
39 |
|
40 |
## Citation
|
41 |
```bibtex
|
42 |
+
@article{picek2024fungitastic,
|
43 |
+
title={FungiTastic: A multi-modal dataset and benchmark for image categorization},
|
44 |
+
author={Picek, Lukas and Janouskova, Klara and Sulc, Milan and Matas, Jiri},
|
45 |
+
journal={arXiv preprint arXiv:2408.13632},
|
46 |
+
year={2024}
|
47 |
+
}
|
48 |
+
```
|
49 |
+
```bibtex
|
50 |
@InProceedings{Picek_2022_WACV,
|
51 |
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},
|
52 |
title = {Danish Fungi 2020 - Not Just Another Image Recognition Dataset},
|