Open Tord-Zhang opened 6 years ago
and I am wondering if all your modification available on this repository?https://github.com/mzolfaghari/ECO-efficient-video-understanding
Hi @mangdian ,
The pretrained model on Kinetics can be automatically downloaded, see as:
https://github.com/zhang-can/ECO-pytorch/blob/master/tf_model_zoo/ECO/pytorch_load.py#L11
@zhang-can Hi Can,
Your link does not work (https://s3.us-east-2.amazonaws.com/zhangcan/kin_ECO_epoch-12-c89e9dc0.pth.tar)
Is there any pretrained model with kinetics?
@mangdian can you share the something-something dataset with me? My downloaded something dataset from it's official website couldn't use.
As reported in the paper of ECO, pretrained 2D BNInception and 3D resnet-18 models on Kinetics dataset are not enough to get a good result, training the ECO model for another 10 epochs on Kinectics would promise a better result. However, I am really not able to train the model on Kinectics(GPU and memory limitation). Since you mentioned that you are training the models on Kinetics, would you please share the trained model? I am going to use the trained weights to initialize the model and train it on something something dataset. I can report the testing result and share it in this repository.