pinkfloyd06

Results 15 comments of pinkfloyd06

Hi @joaoluiscarreira , Thank you a lot for your model and for your answer. Unfortunately, l didn't succeed to load them. I get the following error : ``` NotFoundError (see...

@joaoluiscarreira which mapping ? are you talking about the valid endpoints in the https://github.com/deepmind/kinetics-i3d/blob/master/i3d.py#L94 ? ``` VALID_ENDPOINTS = ( 'Conv3d_1a_7x7', 'MaxPool3d_2a_3x3', 'Conv3d_2b_1x1', 'Conv3d_2c_3x3', 'MaxPool3d_3a_3x3', 'Mixed_3b', 'Mixed_3c', 'MaxPool3d_4a_3x3', 'Mixed_4b', 'Mixed_4c', 'Mixed_4d',...

l printed `tf.global_varibles()` https://github.com/deepmind/kinetics-i3d/blob/master/evaluate_sample.py#L84 with the finetuned kinetics modelon ucf-101 you put in the drive and the model from https://github.com/deepmind/kinetics-i3d/tree/master/data/checkpoints/rgb_imagenet The variables are the same. You also map the variables...

Thank you a lot @joaoluiscarreira , 1) One more question for the sake of comparison. In the test part for UCF-101, how many RGB frames and optical frames you took...

I understand that. For kinetics it's ok because the clip duration is around 10 second but in UCF-101 : A-Min Clip Length 1.06 sec => " loop the video from...