Xiaohu Huang
Xiaohu Huang
I try to train the network on HC-STVGv2 dataset using the command provided in the README.md file: ``` python -m torch.distributed.launch --nproc_per_node=4 --use_env main.py --ema \ 2 --load=pretrained_resnet101_checkpoint.pth --combine_datasets=hcstvg --combine_datasets_val=hcstvg...
I download the pretrained model: TSM_kinetics_RGB_resnet50_shift8_blockres_avg_segment8_e50.pth and finetune it on UCF101-split1 using the command below: ''' python main.py ucf101 RGB \ --arch resnet50 --num_segments 8 \ --gd 20 --lr 0.001...
hi~~~ i am a new man in this. your repository is amazing for me, but i have a problem with the dataset.maybe its not a big problem for u. i...
Your work is outstanding, and I admire the efficiency achieved in your mamba implementation. However, I’m concerned about its accessibility and broader adoption in comparison to transformer-based methods, which are...
Hi, appreciation on your great work! I have read it through, and I have two questions in the followings. 1. In this paper you mentioned that HP module horizontally splits...
Dear authors, Thanks for your great work. I would like to try the TF-T2V model but could not find the pre-trained weight. Could you help me with this? Thanks!