BVRA / MegaDescriptor-L-384

huggingface.co
Total runs: 36.8K
24-hour runs: -2.3K
7-day runs: -43.9K
30-day runs: -36.3K
Model's Last Updated: October 14 2024
image-classification

Introduction of MegaDescriptor-L-384

Model Details of MegaDescriptor-L-384

Model card for MegaDescriptor-L-384

A Swin-L image feature model. Superwisely pre-trained on animal re-identification datasets.

Model Details
Model Usage
Image Embeddings

import timm
import torch
import torchvision.transforms as T

from PIL import Image
from urllib.request import urlopen

model = timm.create_model("hf-hub:BVRA/MegaDescriptor-L-384", pretrained=True)
model = model.eval()

train_transforms = T.Compose([T.Resize(size=(384, 384)),
                              T.ToTensor(), 
                              T.Normalize([0.5, 0.5, 0.5], [0.5, 0.5, 0.5])]) 

img = Image.open(urlopen(
    'https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/beignets-task-guide.png'
))

output = model(train_transforms(img).unsqueeze(0))  # output is (batch_size, num_features) shaped tensor
# output is a (1, num_features) shaped tensor
Citation
@inproceedings{vcermak2024wildlifedatasets,
  title={WildlifeDatasets: An open-source toolkit for animal re-identification},
  author={{\v{C}}erm{\'a}k, Vojt{\v{e}}ch and Picek, Lukas and Adam, Luk{\'a}{\v{s}} and Papafitsoros, Kostas},
  booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
  pages={5953--5963},
  year={2024}
}

Runs of BVRA MegaDescriptor-L-384 on huggingface.co

36.8K
Total runs
-2.3K
24-hour runs
-26.5K
3-day runs
-43.9K
7-day runs
-36.3K
30-day runs

More Information About MegaDescriptor-L-384 huggingface.co Model

More MegaDescriptor-L-384 license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

MegaDescriptor-L-384 huggingface.co

MegaDescriptor-L-384 huggingface.co is an AI model on huggingface.co that provides MegaDescriptor-L-384's model effect (), which can be used instantly with this BVRA MegaDescriptor-L-384 model. huggingface.co supports a free trial of the MegaDescriptor-L-384 model, and also provides paid use of the MegaDescriptor-L-384. Support call MegaDescriptor-L-384 model through api, including Node.js, Python, http.

MegaDescriptor-L-384 huggingface.co Url

https://huggingface.co/BVRA/MegaDescriptor-L-384

BVRA MegaDescriptor-L-384 online free

MegaDescriptor-L-384 huggingface.co is an online trial and call api platform, which integrates MegaDescriptor-L-384's modeling effects, including api services, and provides a free online trial of MegaDescriptor-L-384, you can try MegaDescriptor-L-384 online for free by clicking the link below.

BVRA MegaDescriptor-L-384 online free url in huggingface.co:

https://huggingface.co/BVRA/MegaDescriptor-L-384

MegaDescriptor-L-384 install

MegaDescriptor-L-384 is an open source model from GitHub that offers a free installation service, and any user can find MegaDescriptor-L-384 on GitHub to install. At the same time, huggingface.co provides the effect of MegaDescriptor-L-384 install, users can directly use MegaDescriptor-L-384 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

MegaDescriptor-L-384 install url in huggingface.co:

https://huggingface.co/BVRA/MegaDescriptor-L-384

Url of MegaDescriptor-L-384

MegaDescriptor-L-384 huggingface.co Url

Provider of MegaDescriptor-L-384 huggingface.co

BVRA
ORGANIZATIONS

Other API from BVRA

huggingface.co

Total runs: 90
Run Growth: -124
Growth Rate: -144.19%
Updated:August 14 2026