Upload README.md with huggingface_hub
This commit is contained in:
parent
40df538a6c
commit
b8a7a4f8a6
|
@ -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).
|
This model was trained on [Kinetics-400](https://www.deepmind.com/open-source/kinetics).
|
||||||
|
|
||||||
## Training procedure
|
|
||||||
|
|
||||||
### Preprocessing
|
### 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 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).
|
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
|
## Evaluation results
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue