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

R(2+1)D unit #322

Commits on Dec 20, 2019

  1. R(2+1)D unit (facebookresearch#322)

    Summary:
    Pull Request resolved: facebookresearch#322
    
    - Implement R(2+1)D unit (https://arxiv.org/abs/1711.11248).
    -  Compared with vanilla R3D model,  in R(2+1)D we replace a 3D conv with a 2D spatial conv and a 1D temporal conv, while the total No. of model parameters are kept the same.
    - We use R(2+1)D unit in `ResNeXt3DStem` and `BasicTransformation`.
    
    Reviewed By: aadcock
    
    Differential Revision: D19084922
    
    fbshipit-source-id: ebce9b7de834fb8eca25b54d285726e974077108
    stephenyan1231 authored and facebook-github-bot committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    510f0a3 View commit details
    Browse the repository at this point in the history