CoLA
CoLA copied to clipboard
[CVPR2021] CoLA: Weakly-Supervised Temporal Action Localization with Snippet Contrastive Learning
**hello,How to solve this problem?** ``` Traceback (most recent call last): File "main_cola.py", line 207, in main() File "main_cola.py", line 86, in main loader_iter = iter(train_loader) File "/home/linux01/.local/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 359,...
In paper, it said the `total iters` is 8k for activitynet1.2 dataset, and `batch size` is 128, but in the code is 100K iters and 256 batch size: https://github.com/zhang-can/CoLA/blob/314c8d7b548f6740eece6124dac3bca75d712281/core/config.py#L14 https://github.com/zhang-can/CoLA/blob/314c8d7b548f6740eece6124dac3bca75d712281/core/config.py#L19
@zhang-can Thanks for sharing the training code of Activitynet1.2. However, when I try to reproduce the training results of Activitynet1.2 (I use the feature from https://github.com/sujoyp/wtalc-pytorch/tree/master since the feature in...
Hello,I couldn't dowload the Activitynet1.2 feature which you provided, I 'm sorry.