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/vit_base_patch16_384.
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
-
- **Model Type:**
|
| 15 |
- **Model Stats:**
|
| 16 |
- Params (M): 88.3
|
| 17 |
- Image size: 384 x 384
|
| 18 |
- **Papers:**
|
| 19 |
-
- **Original:**
|
| 20 |
-
- **Train Dataset:**
|
| 21 |
|
| 22 |
## Model Usage
|
| 23 |
### Image Embeddings
|
|
@@ -27,7 +27,7 @@ import torch
|
|
| 27 |
import torchvision.transforms as T
|
| 28 |
from PIL import Image
|
| 29 |
from urllib.request import urlopen
|
| 30 |
-
model = timm.create_model("hf-hub:BVRA/vit_base_patch16_384.
|
| 31 |
model = model.eval()
|
| 32 |
train_transforms = T.Compose([T.Resize((384, 384)),
|
| 33 |
T.ToTensor(),
|
|
@@ -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/vit_base_patch16_384.in1k_ft_fungitastic_384
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
+
- **Model Type:** Fine-grained classification of fungi species
|
| 15 |
- **Model Stats:**
|
| 16 |
- Params (M): 88.3
|
| 17 |
- Image size: 384 x 384
|
| 18 |
- **Papers:**
|
| 19 |
+
- **Original:** --> ???
|
| 20 |
+
- **Train Dataset:** FungiTastic --> https://arxiv.org/pdf/2408.13632
|
| 21 |
|
| 22 |
## Model Usage
|
| 23 |
### Image Embeddings
|
|
|
|
| 27 |
import torchvision.transforms as T
|
| 28 |
from PIL import Image
|
| 29 |
from urllib.request import urlopen
|
| 30 |
+
model = timm.create_model("hf-hub:BVRA/vit_base_patch16_384.in1k_ft_fungitastic_384", pretrained=True)
|
| 31 |
model = model.eval()
|
| 32 |
train_transforms = T.Compose([T.Resize((384, 384)),
|
| 33 |
T.ToTensor(),
|
|
|
|
| 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},
|