Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About S3D/C3D #2

Open
FloydEdwin opened this issue Dec 11, 2019 · 2 comments
Open

About S3D/C3D #2

FloydEdwin opened this issue Dec 11, 2019 · 2 comments

Comments

@FloydEdwin
Copy link

Hello!
Thank you for sharing your code.Great work you are.I have two questions to ask you.

  1. I read the code in models.py
    #########
    elif model == 'C3D':
    import C3D
    self.base_model = getattr(C3D, backbone)()
    elif model == 'S3D':
    import S3D
    self.base_model = getattr(S3D, backbone)()
    ##########
    I find the base_model of S3D/C3D are not exist.I would appreciate it if you willing to share C3D or S3D.
  2. I find your work only pretrained on Imagenet.I have seen many work using Kinetics pretrained (such as I3D).Have you tried and pretrained on Kinetics? If not , why not?
    Thank you !
@slighting666
Copy link

@chenxuluo
Hello, did you succeed in embedding these two branches in resnet? I tried this way according to the author, but I always get this error‘RuntimeError: The size of tensor a (28) must match the size of tensor b (14) at non-singleton dimension 4’. Can you help me, I need your help. qq: 858856173. Thank you!

@slighting666
Copy link

@K-23333
hi,do you know the version GST of Resnet-18?
thanks!

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

No branches or pull requests

2 participants