Guideline
Guideline for Video Classification is shown. More details will be updated soon>_<
All pretrained checkpoints can be found in the button below.
Video Classification
对于视频分类的benchmark,首先需要下载仓库:https://github.com/open-mmlab/mmaction2.git,进入该仓库的configs/recognition/swin或者configs/recognition/uniformerv2,选择所需的型号(比如base或者large)对应的配置文件,修改配置文件内参数。
参数修改需要包含data_root等地址,如果需要测试我们的权重则需要修改pretrained 的checkpoint地址。对于不同的测试指标需要对应不同的配置文件。配置文件的地址在本项目仓库