facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.16k stars 506 forks source link

PyTorch Equivalent? #262

Open Peratham opened 7 years ago

Peratham commented 7 years ago

Hi,

I found C3D very promising as a generic feature extractor for videos. But it is a little bit cumbersome to always recompile caffe...

Will there be any plan to release an equivalent version in PyTorch soon :) ?

Thanks, Peratham

dutran commented 7 years ago

Yes, we can do that if there are enough interest.

Peratham commented 7 years ago

I am pretty sure that many people will appreciate it :).

LiJunnan1992 commented 7 years ago

I would really appreciate a C3D model in PyTorch, or Torch.

turingyizhu commented 7 years ago

+1. I would greatly appreciate a Pytorch equivalent.

Eniac-Xie commented 7 years ago

+1

xiaodongyang commented 7 years ago

+1 It would be quite helpful.

hassony2 commented 7 years ago

+1

It would be great to have.

jsuit commented 7 years ago

+1.

dandelin commented 7 years ago

+1.

DavideA commented 7 years ago

Hi all.

I made this porting from the Keras version.

Unfortunatly results drift a little bit from the keras version as explained in this issue. Still, it could be useful to somebody.

ahkarami commented 7 years ago

+1 It would be great to have.

LongLong-Jing commented 6 years ago

+1. It would be very helpful.

ZhuFengdaaa commented 6 years ago

+1 looking forward to seeing it.

fabienbaradel commented 6 years ago

+1

kenshohara commented 6 years ago

Hi,

PyTorch version of C3D is available here. This code can output both class scores and video features (512 dims) for each 16 frames. This code uses ResNet version of C3D, which outperforms the original C3D. The pretrained model (ResNet-34) is also available here.

To train the model using your own datasets, this code may be useful this code.

YeTianJHU commented 6 years ago

+1

jayleicn commented 6 years ago

+1

gkv91 commented 6 years ago

+1

shanshuo commented 6 years ago

+1

dutran commented 6 years ago

We are going to release a new version C3D together with, R3D, R(2+1)D [https://128.84.21.199/pdf/1711.11248.pdf] in caffe2 which is pretty much similar to pyTorch. Hope it will be helpful to you!

07freedom commented 6 years ago

+1

hassony2 commented 6 years ago

The mentioned models, among which the VGG-style C3D are now available in caffe2 for download from the R2Plus1D repo. :)

cuixing158 commented 5 years ago

+1

Zhang-O commented 5 years ago

The mentioned models, among which the VGG-style C3D are now available in caffe2 for download from the R2Plus1D repo. :)

good