Skip to content

about the new length and the num_segments #11

@CDLCHOI

Description

@CDLCHOI

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions