farewellthree / STAN

Official PyTorch implementation of the paper "Revisiting Temporal Modeling for CLIP-based Image-to-Video Knowledge Transferring"
Apache License 2.0
90 stars 3 forks source link

Does your source code include the code for Test-time extra tricks (e.g. DSL and QB-Norm)? Where is it? #19

Open ppanzx opened 6 months ago

farewellthree commented 6 months ago

We do not include the DSL or QB-Norm here, because these testing techniques essentially involve information leakage. The DSL can be easily implemented in https://github.com/farewellthree/STAN/blob/main/mmaction/evaluation/metrics/retrieval_metric.py(We do not try QB-Norm before). The implementation of DSL can be found in https://github.com/starmemda/CAMoE/.