Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

PyTorch Equivalent? #262

Open
Peratham opened this issue May 5, 2017 · 25 comments
Open

PyTorch Equivalent? #262

Peratham opened this issue May 5, 2017 · 25 comments

Comments

@Peratham
Copy link

Peratham commented May 5, 2017

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
Copy link
Contributor

dutran commented May 5, 2017

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

@Peratham
Copy link
Author

Peratham commented May 5, 2017

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

@LiJunnan1992
Copy link

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

@turingyizhu
Copy link

+1. I would greatly appreciate a Pytorch equivalent.

@Eniac-Xie
Copy link

+1

@xiaodongyang
Copy link

+1 It would be quite helpful.

@hassony2
Copy link

hassony2 commented Jul 24, 2017

+1

It would be great to have.

@jsuit
Copy link

jsuit commented Jul 28, 2017

+1.

1 similar comment
@dandelin
Copy link

+1.

@DavideA
Copy link

DavideA commented Aug 4, 2017

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
Copy link

ahkarami commented Aug 5, 2017

+1
It would be great to have.

@LongLong-Jing
Copy link

+1. It would be very helpful.

@ZhuFengdaaa
Copy link

+1
looking forward to seeing it.

@fabienbaradel
Copy link

+1

@kenshohara
Copy link

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
Copy link

+1

3 similar comments
@jayleicn
Copy link

+1

@gkv91
Copy link

gkv91 commented Mar 26, 2018

+1

@shanshuo
Copy link

+1

@dutran
Copy link
Contributor

dutran commented Apr 17, 2018

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
Copy link

+1

@hassony2
Copy link

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

@cuixing158
Copy link

+1

@Zhang-O
Copy link

Zhang-O commented Jun 13, 2019

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

good

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests