Ref-YouTube-VOS.md

May 27, 2023 ยท View on GitHub

Ref-YouTube-VOS

To evaluate the results, please upload the zip file to the competition server.

BackboneJ&FJFModelSubmission
ResNet-5061.960.463.4modellink
ResNet-10163.661.865.4modellink
Swin-L68.466.470.4modellink
Video-Swin-T64.062.265.8modellink
Video-Swin-S65.163.067.1modellink
Video-Swin-B67.565.469.6modellink
ConvNext-L66.764.868.7modellink
ConvMAE-B66.964.769.1modellink

Training

./scripts/dist_train.sh  --backbone [backbone] --backbone_pretrained [/path/to/backbone_pretrained_weight] [other args]

For example, training the Video-Swin-Tiny model, run the following command:

./scripts/dist_train.sh --backbone video_swin_t_p4w7 --backbone_pretrained video_swin_pretrained/swin_tiny_patch244_window877_kinetics400_1k.pth

Inference & Evaluation

Inference using the trained model.

./scripts/dist_test_ytvos.sh [backbone] 

For example, evaluating the Swin-Large model, run the following command:

./scripts/dist_test_ytvos.sh swin_l_p4w7

To evaluate the results, please upload the zip file to the competition server.

Note that, if you use the weights we provide, you should put the weights in the corresponding path. ./results/[backbone]/ckpt/backbone_weight.pth