Leo

Results 13 issues of Leo

Can the code in this repo run by pytorch 0.4.0?

Thank you for your attention. My question is how to generate the train/test list for Kinetics dataset? Is there any file I can use to do this? Looking forward to...

After obtained the score of CoViAR, how to combine the score with TSN by late fusion? Is there any file I can use to complete this process, thank you very...

![image](https://user-images.githubusercontent.com/16794553/64485968-aee9f000-d259-11e9-8ca0-8d70ffcb0924.png) If I set the batchsize to 16, which parameters should I change accordingly, thank you very much.

Can anyone share the .npz flow score file of hmdb51 and ucf101 for TSN. Thank you very much.

Thank you for your excellent work, my question is how to save .h5 or .npz classfication score files as shown in https://github.com/rohitgirdhar/ActionVLAD/tree/master/data/hmdb51/final_logits or https://github.com/youjiangxu/seqvlad-pytorch/tree/master/logits/hmdb51, thank you so much for you...

![image](https://user-images.githubusercontent.com/16794553/61610841-d3c7db00-ac8c-11e9-9f0a-8e7bbae60ba4.png) Can you tell me how to fix this problem, thank you very much.

Can the .list file in https://github.com/LossNAN/I3D-Tensorflow/tree/master/list/hmdb_list be changed to .txt file format? Will it influence the functionality of the program? Thank you very much.

Thank you for your excellent work, my question is how to save .h5 or .npz classfication score files as shown in https://github.com/rohitgirdhar/ActionVLAD/tree/master/data/hmdb51/final_logits or https://github.com/youjiangxu/seqvlad-pytorch/tree/master/logits/hmdb51, thank you so much for you...

y = self.con1x1(x) # 2D tensor y = y.view((-1, 96, 16) + y.size()[2:]) #2D tensor changed to 3D tensor error: ![image](https://user-images.githubusercontent.com/16794553/60673535-85ec5e00-9eaa-11e9-9a2c-b1b5a1fbe328.png)