https://github.com/alphonsg/gma
Learning to Estimate Hidden Motions with Global Motion Aggregation (ICCV 2021)
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Repository
Learning to Estimate Hidden Motions with Global Motion Aggregation (ICCV 2021)
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Learning to Estimate Hidden Motions with Global Motion Aggregation
This repository contains the source code for our paper:
Learning to Estimate Hidden Motions with Global Motion Aggregation
ICCV 2021
Shihao Jiang, Dylan Campbell, Yao Lu, Hongdong Li, Richard Hartley
ANU, Oxford
Environments
You will have to choose cudatoolkit version to match your compute environment.
The code is tested on PyTorch 1.8.0 but other versions might also work.
Shell
conda create --name gma python==3.7
conda activate gma
conda install pytorch=1.8.0 torchvision=0.9.0 cudatoolkit=11.1 -c pytorch -c conda-forge
pip install matplotlib imageio einops scipy opencv-python
Demo
Shell
sh demo.sh
Train
Shell
sh train.sh
Evaluate
Shell
sh evaluate.sh
License
WTFPL. See LICENSE file.
Acknowledgement
The overall code framework is adapted from RAFT. We thank the authors for the contribution. We also thank Phil Wang for open-sourcing transformer implementations.
Owner
- Login: AlphonsG
- Kind: user
- Repositories: 4
- Profile: https://github.com/AlphonsG