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

[Features] Add GMA algorithm #32

Merged
merged 11 commits into from
Jan 5, 2022
Merged

[Features] Add GMA algorithm #32

merged 11 commits into from
Jan 5, 2022

Conversation

MeowZheng
Copy link
Collaborator

Modification

  1. Add gma_decoder.py
  2. Add gma.py config file
  3. Revise raft_decoder.py
  4. Revise mmflow/models/init.py
  5. mmflow/models/decoders/init.py

@codecov
Copy link

codecov bot commented Dec 13, 2021

Codecov Report

Merging #32 (57f16f8) into master (3d064bf) will increase coverage by 0.76%.
The diff coverage is 96.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   66.92%   67.68%   +0.76%     
==========================================
  Files          83       84       +1     
  Lines        4726     4828     +102     
  Branches      678      689      +11     
==========================================
+ Hits         3163     3268     +105     
+ Misses       1460     1455       -5     
- Partials      103      105       +2     
Flag Coverage Δ
unittests 67.68% <96.11%> (+0.76%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmflow/models/__init__.py 100.00% <ø> (ø)
mmflow/models/decoders/gma_decoder.py 95.91% <95.91%> (ø)
mmflow/models/decoders/__init__.py 100.00% <100.00%> (ø)
mmflow/models/decoders/raft_decoder.py 93.71% <100.00%> (+0.10%) ⬆️
mmflow/datasets/pipelines/transforms.py 78.66% <0.00%> (+1.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d064bf...57f16f8. Read the comment docs.

@MeowZheng MeowZheng requested a review from Junjun2016 December 17, 2021 07:26
@MeowZheng MeowZheng merged commit af18201 into open-mmlab:master Jan 5, 2022
@MeowZheng MeowZheng deleted the gma branch January 5, 2022 10:57
MeowZheng added a commit that referenced this pull request Jul 15, 2022
* [Features] Add GMA algorithm

* add docstring and UTs

* add gma cfg

* add position embedding

* add gma config files

* add cfg and metafile

* modify metafile and tests

* update gma decoder
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

Successfully merging this pull request may close these issues.

1 participant