Shi Yanjiang
Results
2
issues of
Shi Yanjiang
In the version of supporting multi-GPU, I notice the code in GAF/thumos14/train.py has been modified from `output_dict = net(clips, proposals=targets, ssl=ssl)` to `output_dict = net.module(clips, proposals=targets, ssl=ssl, mode='clf')`. Can anyone...
Thanks for your contribution! I notice you set --new_length to 1 in the training of RGB videos. Is that mean the model only use one frame pre video as input...