- @Weepingchestnut made their first contribution in open-mmlab#166
- Add config and pre-trained model for FlowNet2 on FlyingChairs (163)
- Add a template for PR (160)
- Fix config file error in metafile (151)
- Fix broken URL in metafile (157)
- Fix broken URLs for issue reporting in README (147)
- Add mim to extras_require in setup.py (154)
- Fix mdformat version to support python3.6 and remove ruby install (153)
- Add test_mim.yml for testing commands of mim in CI (158)
- Configure Myst-parser to parse anchor tag (129)
- Replace markdownlint with mdformat for avoiding installing ruby (130)
- Rewrite install and README by (139, 140, 141, 144, 145)
- Loading flow annotation from file client (#116)
- Support overall dastaloader settings (#117)
- Generate ann_file for flyingchairs (121)
- Add GPG keys in CI(127)
- The config and weights are not corresponding in the metafile.yml (#118)
- Replace recommonmark with myst_parser (#120)
- Add zh-cn doc 0_config_.md (#126)
- @HiiiXinyiii made their first contribution in open-mmlab#118
- @SheffieldCao made their first contribution in open-mmlab#126
- Support occlusion estimation methods including flow forward-backward consistency, range map of the backward flow, and flow forward-backward abstract difference
- Support three occlusion estimation methods (#106)
- Support different seeds on different ranks when distributed training (#104)
- Revise collect_env for win platform (#112)
- Add script and documentation for multi-machine distributed training (#107)
- Officially support CPU Train/Inference
- Add census loss, SSIM loss and smoothness loss
- Officially support model inference in windows platform
- Update
nan
files in Flyingthings3d_subset dataset
- Add census loss (#100)
- Add smoothness loss function (#97)
- Add SSIM loss function (#96)
- Update
nan
files in Flyingthings3d_subset (#94) - Add pretrained pwcnet-model when train PWCNet+ (#99)
- Fix bug in non-distributed multi-gpu training/testing (#85)
- Fix writing flow map bug in test (#83)
- Add win-ci (#92)
- Update the installation of MMCV (#89)
- Upgrade isort in pre-commit hook (#87)
- Support CPU Train/Inference (#86)
- Add multi-processes script (#79)
- Deprecate the support for "python setup.py test" (#73)
- Fix broken URLs in GMA README (#93)
- Fix date format in readme (#90)
- Reorganizing OpenMMLab projects in readme (#98)
- Fix README files of algorithms (#84)
- Add url of OpenMMLab and platform in README (76)
- Support GMA: Learning to Estimate Hidden Motions with Global Motion Aggregation (ICCV 2021) (#32)
- Fix the bug of wrong refine iter in RAFT, and update RAFT model checkpoint after the bug fixing (#62, #68)
- Support resuming from the latest checkpoint automatically (#71)
- Add
scale_as_level
for multi-level flow loss (#58) - Add
scale_mode
for correlation block (#56) - Add
upsample_cfg
in IRR-PWC decoder (#53)
- Resized input image must be dividable by 2^6 (#65)
- Fix RAFT wrong refine iter after evaluation (#62)
- Add
persistent_workers=True
inval_dataloader
(#63) - Revise
env_info
key (#46) - Add digital version (#43)
- Try to create a symbolic link on windows (#37)
- Set a random seed when the user does not set a seed (#27)
- Refactor utils in models (#50)
- Refactor documentation (#14)
- Fix script bug in FlyingChairs dataset prepare (#21)
- Fix broken links in model_zoo (#60)
- Update metafile (#39, #41, #49)
- Update documentation (#28, #35, #36, #47, #48, #70)