Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,10 @@ A Swin-L image feature model. Supervisely pre-trained on animal re-identificatio
|
|
18 |
- Params (M): 228.6
|
19 |
- Image size: 224 x 224
|
20 |
- Architecture: swin_large_patch4_window7_224
|
21 |
-
- **
|
22 |
-
|
23 |
-
-
|
|
|
24 |
- **Pretrain Dataset:** All available re-identification datasets --> https://github.com/WildlifeDatasets/wildlife-datasets
|
25 |
|
26 |
## Model Usage
|
@@ -52,5 +53,11 @@ output = model(train_transforms(img).unsqueeze(0)) # output is (batch_size, num
|
|
52 |
## Citation
|
53 |
|
54 |
```bibtex
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
```
|
|
|
18 |
- Params (M): 228.6
|
19 |
- Image size: 224 x 224
|
20 |
- Architecture: swin_large_patch4_window7_224
|
21 |
+
- **Paper:** [WildlifeDatasets_An_Open-Source_Toolkit_for_Animal_Re-Identification](https://openaccess.thecvf.com/content/WACV2024/html/Cermak_WildlifeDatasets_An_Open-Source_Toolkit_for_Animal_Re-Identification_WACV_2024_paper.html)
|
22 |
+
- **Related Papers:**
|
23 |
+
- [Swin Transformer: Hierarchical Vision Transformer using Shifted Windows](https://arxiv.org/abs/2103.14030)
|
24 |
+
- [DINOv2: Learning Robust Visual Features without Supervision](https://arxiv.org/pdf/2304.07193.pdf)
|
25 |
- **Pretrain Dataset:** All available re-identification datasets --> https://github.com/WildlifeDatasets/wildlife-datasets
|
26 |
|
27 |
## Model Usage
|
|
|
53 |
## Citation
|
54 |
|
55 |
```bibtex
|
56 |
+
@inproceedings{vcermak2024wildlifedatasets,
|
57 |
+
title={WildlifeDatasets: An open-source toolkit for animal re-identification},
|
58 |
+
author={{\v{C}}erm{\'a}k, Vojt{\v{e}}ch and Picek, Lukas and Adam, Luk{\'a}{\v{s}} and Papafitsoros, Kostas},
|
59 |
+
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
|
60 |
+
pages={5953--5963},
|
61 |
+
year={2024}
|
62 |
+
}
|
63 |
```
|