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

R(2+1)D unit #322

Conversation

stephenyan1231
Copy link
Contributor

Summary:

  • 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.

Differential Revision: D19084922

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Dec 16, 2019
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 16, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: 25624d6c2c1cc8f0d9fb549dc1e713b73079425d
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 16, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: b95ffd5d2e6ad82c2e45b17ba8fb6e945da8ba46
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 16, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: 9209bc9ff3b9eb726d2e9794cc8812abcd5c2ef7
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

@stephenyan1231
Copy link
Contributor Author

@vreis For the cpu_tests, how does the resnext3d.py fail the isort test?

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 16, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: d7bda0e2657aaaf5bec77d77907c4f6704b39d3f
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 16, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: 0877ac622683c23cc8930159c665d9376a1b38de
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 17, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: 3e52a8fabd89f0e83ec4151c4384a83690678fa8
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 17, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: b4a8fd4f45ac71e124c9df6b0e573e2929e73760
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 17, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: 2b4ca2501d1990603501105fb12a782ce567d515
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

stephenyan1231 added a commit to stephenyan1231/ClassyVision-1 that referenced this pull request Dec 17, 2019
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`.

Differential Revision: D19084922

fbshipit-source-id: b0178bd69a866c4967bd989f76fc1990c8dec700
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D19084922

facebook-github-bot pushed a commit that referenced this pull request Dec 20, 2019
Summary:
Pull Request resolved: #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: 3bc0747cbbb018331afa9eeb721eba6756659fd9
kleistern8z added a commit to kleistern8z/ClassyVision-2 that referenced this pull request Aug 14, 2024
Summary:
Pull Request resolved: facebookresearch/ClassyVision#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: 3bc0747cbbb018331afa9eeb721eba6756659fd9
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants