microsoft/xclip-base-patch32 is a forked repo from huggingface. License: mit
Go to file
Niels Rogge e437ef9b0d Update preprocessor_config.json 2022-10-12 11:31:02 +00:00
.gitattributes initial commit 2022-08-25 13:06:15 +00:00
README.md Upload README.md with huggingface_hub 2022-09-08 11:00:17 +00:00
config.json Upload model 2022-08-25 13:07:31 +00:00
merges.txt Upload processor 2022-08-25 13:09:13 +00:00
preprocessor_config.json Update preprocessor_config.json 2022-10-12 11:31:02 +00:00
pytorch_model.bin Upload model 2022-08-25 13:07:31 +00:00
special_tokens_map.json Upload processor 2022-08-25 13:09:13 +00:00
tokenizer.json Upload processor 2022-08-25 13:09:13 +00:00
tokenizer_config.json Upload processor 2022-08-25 13:09:13 +00:00
vocab.json Upload processor 2022-08-25 13:09:13 +00:00

README.md

language license tags model-index
en mit
vision
video-classification
name results
nielsr/xclip-base-patch32
task dataset metrics
type
video-classification
name type
Kinetics 400 kinetics-400
type value
top-1 accuracy 80.4
type value
top-5 accuracy 95.0

X-CLIP (base-sized model)

X-CLIP model (base-sized, patch resolution of 32) trained fully-supervised on Kinetics-400. It was introduced in the paper Expanding Language-Image Pretrained Models for General Video Recognition by Ni et al. and first released in this repository.

This model was trained using 8 frames per video, at a resolution of 224x224.

Disclaimer: The team releasing X-CLIP did not write a model card for this model so this model card has been written by the Hugging Face team.

Model description

X-CLIP is a minimal extension of CLIP for general video-language understanding. The model is trained in a contrastive way on (video, text) pairs.

X-CLIP architecture

This allows the model to be used for tasks like zero-shot, few-shot or fully supervised video classification and video-text retrieval.

Intended uses & limitations

You can use the raw model for determining how well text goes with a given video. See the model hub to look for fine-tuned versions on a task that interests you.

How to use

For code examples, we refer to the documentation.

Training data

This model was trained on Kinetics-400.

Preprocessing

The exact details of preprocessing during training can be found here.

The exact details of preprocessing during validation can be found here.

During validation, one resizes the shorter edge of each frame, after which center cropping is performed to a fixed-size resolution (like 224x224). Next, frames are normalized across the RGB channels with the ImageNet mean and standard deviation.

Evaluation results

This model achieves a top-1 accuracy of 80.4% and a top-5 accuracy of 95.0%.