TCD icon indicating copy to clipboard operation
TCD copied to clipboard

Code for "Class-Incremental Learning for Action Recognition in Videos", ICCV 2021

Results 4 TCD issues
Sort by recently updated
recently updated
newest added

'ucf101/splits/ucf101_rgb_train_split_1.txt where do you get the text file. after i extract the frame how can i generate the label for UCF101 dataset.

I have encountered a problem where exemplar selection step consumes a lot of memory(CPU) but that(GPU),and the server with the memory of 64GB is completely insufficient. How much memory is...

Traceback (most recent call last): File "/home3/ls/TCD/main.py", line 83, in main() File "/home3/ls/TCD/main.py", line 58, in main train_i_cl.train_task(args, i, current_task, current_head, class_indexer, prefix=prefix) File "/home3/ls/TCD/train/train_i_cl.py", line 339, in train_task tcd.update_importance(args,model,train_loader,criterion)...

Hello, thanks for your wonderful work. I have two question about test_crops 1、Why the test_crops is set as 5. The commen setting of test_crops are 1 in action recognition. 2、Do...