Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,16 @@ tags:
|
|
8 |
library_name: DanishFungi
|
9 |
license: cc-by-nc-4.0
|
10 |
---
|
11 |
-
# Model card for BVRA/
|
12 |
|
13 |
## Model Details
|
14 |
-
- **Model Type:** inception_v4.
|
15 |
- **Model Stats:**
|
16 |
- Params (M): ??
|
17 |
- Image size: 299 x 299
|
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/
|
31 |
model = model.eval()
|
32 |
train_transforms = T.Compose([T.Resize(299),
|
33 |
T.ToTensor(),
|
|
|
8 |
library_name: DanishFungi
|
9 |
license: cc-by-nc-4.0
|
10 |
---
|
11 |
+
# Model card for BVRA/inception_v4.ft_in1k_df20m_299
|
12 |
|
13 |
## Model Details
|
14 |
+
- **Model Type:** inception_v4.ft_in1k_df20m_299
|
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
|
|
|
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/inception_v4.ft_in1k_df20m_299", pretrained=True)
|
31 |
model = model.eval()
|
32 |
train_transforms = T.Compose([T.Resize(299),
|
33 |
T.ToTensor(),
|