video-classification-3d-cnn-pytorch icon indicating copy to clipboard operation
video-classification-3d-cnn-pytorch copied to clipboard

resnext-101-64f-kinetics-hmdb51_split1.pth model question?

Open lt573152873 opened this issue 6 years ago • 2 comments

when I use resnext-101-64f-kinetics-hmdb51_split1.pth model, dataset is hmdb51. should I choose which parameter for opt ?

lt573152873 avatar May 14 '18 09:05 lt573152873

for example : mode = score batch_size = 32 n_threads = 4 model_name=resnext model_depth=101 resnet_shortcut='A' resnext_cardinality = 32 is ok?

lt573152873 avatar May 14 '18 09:05 lt573152873

Yes, it's OK. In addition, you have to change sample_duration in main.py to use 64 frame inputs. https://github.com/kenshohara/video-classification-3d-cnn-pytorch/blob/master/main.py#L19

kenshohara avatar May 24 '18 06:05 kenshohara