OpenGVLab / video-mamba-suite

The suite of modeling video with Mamba
MIT License
175 stars 18 forks source link

Scripts not found for the action recognition task #10

Open Yifanfanfanfan opened 2 months ago

Yifanfanfanfan commented 2 months ago

Thank you so much for this great work!

I'm trying to run the code for the action recognition task. Followed the readme.md at video-mamba-suite/action-recognition, it says that the codes can run with ''bash ./exp/k400/vivim_tiny/run_f16x224.sh bash ./exp/k400/vivim_small/run_f16x224.sh''. However, when I go to the scripts.sh links, it seems that the scripts are not there "The main branch of video-mamba-suite does not contain the path video-mamba-suite/action-recognition/exp/k400/vivim_tiny/run_f16x224.sh." I wonder if you could help me with it? Many thanks.

Yifanfanfanfan commented 2 months ago

Also, will it be possible to get pretrained ckpts for other tasks such as for "temporal-action-segmentation"? Many thanks.

cg1177 commented 2 months ago

Hello. I find exp folder was listed in the ignore file. I will push these scripts in the few days. Is your need the checkpoints of feature-based temporal-action-segmentation?

Yifanfanfanfan commented 2 months ago

Hello. I find exp folder was listed in the ignore file. I will push these scripts in the few days. Is your need the checkpoints of feature-based temporal-action-segmentation?

Thank you so much! Look forward to getting the scripts.

Yes, I hope to conduct experiments for the task under "video-mamba-suite/temporal-action-segmentation". If the checkpoints are available, that will be super helpful!

cg1177 commented 1 month ago

Hello, I have updated the scripts of training action recognition. Try it~

Yifanfanfanfan commented 1 month ago

Hello, I have updated the scripts of training action recognition. Try it~

Thank you so much, but I still can't locate the scripts with "The main branch of video-mamba-suite does not contain the path video-mamba-suite/action-recognition/exp/k400/vivim_tiny/run_f16x224.sh." I wonder if you could kindly let me know the path for that?

BTW, if there is also script to run the evaluation?

GotFusion commented 1 month ago

both ./exp/k400/vivim_tiny/run_f16x224.sh and ./exp/k400/vivim_small/run_f16x224.sh are still not found.

cg1177 commented 1 month ago

@GotFusion @Yifanfanfanfan Ok, I will check it.

dfanr commented 1 month ago

also noticed the issue, those sh files are missing:

./exp/k400/vivim_tiny/run_f16x224.sh ./exp/k400/vivim_small/run_f16x224.sh

cg1177 commented 1 month ago

@Yifanfanfanfan @GotFusion @dfanr. Hello, I have uploaded the scripts of action recognition task. you can check it.