BVRA
/

picekl commited on
Commit
32e46e9
·
1 Parent(s): ef6848e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -14
README.md CHANGED
@@ -4,22 +4,20 @@ tags:
4
  library_name: wildlife-datasets
5
  license: cc-by-nc-4.0
6
  ---
7
- # Model card for vit_small_patch14_dinov2.lvd142m
8
 
9
- A Swin-V image feature model. Superwisely pre-trained on animal re-identification datasets.
10
 
11
 
12
  ## Model Details
13
  - **Model Type:** Animal re-identification / feature backbone
14
  - **Model Stats:**
15
  - Params (M): ??
16
- - GMACs: ??
17
- - Activations (M): ??
18
  - Image size: 224 x 224
19
  - **Papers:**
20
  - Swin Transformer: Hierarchical Vision Transformer using Shifted Windows --> https://arxiv.org/abs/2103.14030
21
  - **Original:** ??
22
- - **Pretrain Dataset:** ??
23
 
24
  ## Model Usage
25
  ### Image Embeddings
@@ -47,16 +45,8 @@ output = model(train_transforms(img).unsqueeze(0)) # output is (batch_size, num
47
  # output is a (1, num_features) shaped tensor
48
  ```
49
 
50
- ## Model Comparison
51
- ???
52
-
53
  ## Citation
54
 
55
  ```bibtex
56
- @article{?????,
57
- title={?????},
58
- author={????},
59
- journal={????},
60
- year={????}
61
- }
62
  ```
 
4
  library_name: wildlife-datasets
5
  license: cc-by-nc-4.0
6
  ---
7
+ # Model card for MegaDescriptor-B-224
8
 
9
+ A Swin-B image feature model. Superwisely pre-trained on animal re-identification datasets.
10
 
11
 
12
  ## Model Details
13
  - **Model Type:** Animal re-identification / feature backbone
14
  - **Model Stats:**
15
  - Params (M): ??
 
 
16
  - Image size: 224 x 224
17
  - **Papers:**
18
  - Swin Transformer: Hierarchical Vision Transformer using Shifted Windows --> https://arxiv.org/abs/2103.14030
19
  - **Original:** ??
20
+ - **Pretrain Dataset:** All available re-identification datasets --> TBD
21
 
22
  ## Model Usage
23
  ### Image Embeddings
 
45
  # output is a (1, num_features) shaped tensor
46
  ```
47
 
 
 
 
48
  ## Citation
49
 
50
  ```bibtex
51
+ TBD
 
 
 
 
 
52
  ```