Upload README.md with huggingface_hub

This commit is contained in:
Niels Rogge 2022-09-08 11:00:17 +00:00 committed by huggingface-web
parent 40df538a6c
commit b8a7a4f8a6
1 changed files with 1 additions and 3 deletions

View File

@ -48,15 +48,13 @@ For code examples, we refer to the [documentation](https://huggingface.co/transf
This model was trained on [Kinetics-400](https://www.deepmind.com/open-source/kinetics).
## Training procedure
### Preprocessing
The exact details of preprocessing during training can be found [here](https://github.com/microsoft/VideoX/blob/40f6d177e0a057a50ac69ac1de6b5938fd268601/X-CLIP/datasets/build.py#L247).
The exact details of preprocessing during validation can be found [here](https://github.com/microsoft/VideoX/blob/40f6d177e0a057a50ac69ac1de6b5938fd268601/X-CLIP/datasets/build.py#L285).
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.
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