yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.54k stars 477 forks source link

Caffe training prototxt for transfer-learning from the Kinectics pretrain models #136

Closed mengxi-jp closed 7 years ago

mengxi-jp commented 7 years ago

Hi, yjxiong,

I realized that your group has released the pretrained models of Kinectics. But I couldn't find the caffe training prototxts for transfer learning from the pretrained models. Are you going to release these prototxts? Thank you very much.

Tonyfy commented 7 years ago

@ks-mengxi Hi ,I can't download the last two models , V3 RGB PRETRAINED WEIGHTS and V3 FLOW PRETRAINED WEIGHTS. Dose anybody meet the same question? how about u? @ks-mengxi can you download them smoothly?

mengxi-jp commented 7 years ago

@Tonyfy Yes. I could download it quite smoothly several hours ago. Not sure now.

Tonyfy commented 7 years ago

@ks-mengxi I got them now!

Tonyfy commented 7 years ago

@ks-mengxi and according to the deploy.prototxt in the zip file, we can easily got train_val.prototxt, just modify the data layer and add loss layer.

mengxi-jp commented 7 years ago

@Tonyfy I see. I will try then.

Tonyfy commented 7 years ago

@ks-mengxi I think the biggest obstacle on training is the dataset, I am crawling the kinetics dataset which may cost too much much much time...

yjxiong commented 7 years ago

For transfer learning UCF101, see #132 . For temporal action detection with SSN, Kinetics pre-trained models are already integrated into the released toolbox.