-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
I don't understand exactly about the new_length and num_segments。
I download the "112_c3d_resnet_18_kinetics.caffemodel" and remove the FC layers。
And I use the model without FC layer to finetune UCF101 :
if new_length=16, num_segments=1, the top1 got 83%;
and new_length=1 , num_segments=16, the top1 only 78%;
I saw in TSNg github that :new_length=1 ,num_segment=3 may means averagely split the video into 3 segment and take 1 frame from each segment。
How about new_length=16, num_segments=1 ?
Metadata
Metadata
Assignees
Labels
No labels