TAdaConv icon indicating copy to clipboard operation
TAdaConv copied to clipboard

[ICLR 2022] TAda! Temporally-Adaptive Convolutions for Video Understanding. This codebase provides solutions for video classification, video representation learning and temporal detection.

Results 10 TAdaConv issues
Sort by recently updated
recently updated
newest added

Are code and a pretrained weight of TAdaConvNeXt-T going to be public?

Hi, thanks for your awesome work. when I use fvcore to count flops I find some ops are not supported. when I count inference time between TAM and Tada R50....

Hello, very meaningful work. And I have some questions, thank you : 1. How do I understand frame description? 2. Why can temporal modeling be realized through dimension reduction and...

Thanks for your great work! Could you tell me how to apply tadaconv3d to my own timesformer?

Hi, I am trying to reproduce the results on Sthv2 with [this configure file](https://github.com/alibaba-mmai-research/TAdaConv/blob/main/configs/projects/tadaformer/tadaformer_b16_ssv2_16f.yaml). It is expected to be 70.2, but I only got 68 at the end. I have...

Thanks for your great work! It is worth affirming that your work has great research value. However, when I loaded the fine-tuned checkpoint in the MOSI project (with R (2+1)...

**The backbone is r2p1d, and the results on the test list you provided after training are as follows (decor=0.4.0, with added TEST SCALE=112, the pretrain checkpoint you provided):** [09/08 15:44:59][INFO]...

Can TadaConV be applied to image segmentation algorithms?

Hello, I encountered this error while using CHECKPOINT-FILE-PATH: "/yxli/mma/TADAConv main/TADAConv main/tadconvnextv2ttiny-in1k_k400_79.6. pyth" to load my own dataset with pre trained weights. RuntimeError: Error (s) in loading stateudict for BaseVideoModel: Size...

Traceback (most recent call last): File "D:\sd-webui-aki-v4.8\python\lib\site-packages\gradio\routes.py", line 488, in run_predict output = await app.get_blocks().process_api( File "D:\sd-webui-aki-v4.8\python\lib\site-packages\gradio\blocks.py", line 1431, in process_api result = await self.call_function( File "D:\sd-webui-aki-v4.8\python\lib\site-packages\gradio\blocks.py", line 1103, in...