Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about the new length and the num_segments #11

Open
CDLCHOI opened this issue May 27, 2020 · 3 comments
Open

about the new length and the num_segments #11

CDLCHOI opened this issue May 27, 2020 · 3 comments

Comments

@CDLCHOI
Copy link

CDLCHOI commented May 27, 2020

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 ?

@07wlm
Copy link

07wlm commented May 27, 2020

It is the same with TSN code.

@CDLCHOI
Copy link
Author

CDLCHOI commented May 27, 2020

It is the same with TSN code.

yeah,I now it is same with TSN code,
but TSN use "num_segment=3, new_length=1";
the ARTNet use "num_segments=1 , new_length=16"

can you explain its meaning? I don't understand it

@CDLCHOI
Copy link
Author

CDLCHOI commented May 27, 2020

@07wlm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants