Skip to content

Commit

Permalink
Merge pull request #59 from hmorimitsu/rapidflow
Browse files Browse the repository at this point in the history
Rapidflow
  • Loading branch information
hmorimitsu authored Mar 7, 2024
2 parents b7874ab + 91578a4 commit af39517
Show file tree
Hide file tree
Showing 74 changed files with 3,011 additions and 785 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ This is still under development, so some things may not work as intended. I plan

## What's new

### - v0.3.1

- Added new models:
- CCMR [https://arxiv.org/abs/2311.02661](https://arxiv.org/abs/2311.02661)
- LLA-Flow [https://arxiv.org/abs/2304.08101](https://arxiv.org/abs/2304.08101)
- RAPIDFlow [https://hmorimitsu.com/publication/2024-icra-rapidflow/](https://hmorimitsu.com/publication/2024-icra-rapidflow/)
- Enable FP16 in most models.
- Except the following models, since they have operations that cannot run in FP16: lcv_raft, matchflow, and separableflow
- Add FP16 mode in infer, model_benchmark, and validate scripts
- Create [plot_results.py](plot_results.py) script
- Move resize operations to CUDA (thanks to coca-huang)

### - v0.3.0

- Added new models:
Expand Down Expand Up @@ -75,6 +87,7 @@ This is still under development, so some things may not work as intended. I plan
- MS-RAFT+ [https://arxiv.org/abs/2210.16900](https://arxiv.org/abs/2210.16900)
- PWCNet [https://arxiv.org/abs/1709.02371](https://arxiv.org/abs/1709.02371)
- RAFT [https://arxiv.org/abs/2003.12039](https://arxiv.org/abs/2003.12039)
- RAPIDFlow [https://hmorimitsu.com/publication/2024-icra-rapidflow/](https://hmorimitsu.com/publication/2024-icra-rapidflow/)
- RPKNet [https://hmorimitsu.com/publication/2024-aaai-rpknet](https://hmorimitsu.com/publication/2024-aaai-rpknet)
- ScopeFlow [https://arxiv.org/abs/2002.10770](https://arxiv.org/abs/2002.10770)
- SCV [https://arxiv.org/abs/2104.02166](https://arxiv.org/abs/2104.02166)
Expand Down
14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2012_epe_outlier_all.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2012_epe_outlier_chairs.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2012_epe_outlier_kitti.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2012_epe_outlier_others.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2012_epe_outlier_sintel.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2012_epe_outlier_things.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2015_epe_outlier_all.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2015_epe_outlier_chairs.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2015_epe_outlier_kitti.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2015_epe_outlier_others.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2015_epe_outlier_sintel.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/kitti_2015_epe_outlier_things.html

This file was deleted.

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/source/_static/plot-params-flops.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_clean_epe_outlier_all.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_clean_epe_outlier_chairs.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_clean_epe_outlier_kitti.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_clean_epe_outlier_others.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_clean_epe_outlier_sintel.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_clean_epe_outlier_things.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_final_epe_outlier_all.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_final_epe_outlier_chairs.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_final_epe_outlier_kitti.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_final_epe_outlier_others.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_final_epe_outlier_sintel.html

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/_static/sintel_final_epe_outlier_things.html

This file was deleted.

71 changes: 0 additions & 71 deletions docs/source/_static/speed_plot-all.html

This file was deleted.

3 changes: 1 addition & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ use the its original code.

results/accuracy_epe
results/accuracy_epe_outlier
results/accuracy_plot
results/result_plots
results/model_benchmark
results/speed_plot

.. toctree::
:maxdepth: 1
Expand Down
4 changes: 4 additions & 0 deletions docs/source/models/checkpoint_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ raft-kitti-3a831a4b.ckpt,raft-kitti.pth,
raft-sintel-fb44381e.ckpt,raft-sintel.pth,
raft-things-802bbcfd.ckpt,raft-things.pth,
raft_small-things-b7d9f997.ckpt,raft-small.pth,
rapidflow-chairs-9c8c182a.ckpt,Original,PTLFlow
rapidflow-kitti-2561329f.ckpt,Original,
rapidflow-sintel-89a21262.ckpt,Original,
rapidflow-things-0377c8fa.ckpt,Original,
rpknet-chairs-a705b345.ckpt,Original,PTLFlow
rpknet-kitti-39504eb4.ckpt,Original,
rpknet-sintel-e7cc969e.ckpt,Original,
Expand Down
9 changes: 9 additions & 0 deletions docs/source/models/models_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,15 @@ RAFT

- Model names: ``raft``, ``raft_small``

RAPIDFlow
---------

`[source code] <https://github.com/hmorimitsu/ptlflow/tree/main/ptlflow/models/rapidflow>`__

- Paper: **RAPIDFlow: Recurrent Adaptable Pyramids with Iterative Decoding for Efficient Optical Flow Estimation** - `https://hmorimitsu.com/publication/2024-icra-rapidflow/ <https://hmorimitsu.com/publication/2024-icra-rapidflow/>`_

- Model names: ``rapidflow``, ``rapidflow_it1``, ``rapidflow_it2``, ``rapidflow_it3``, ``rapidflow_it6``, ``rapidflow_it12``

RPKNet
------

Expand Down
198 changes: 0 additions & 198 deletions docs/source/results/accuracy_plot.rst

This file was deleted.

Loading

0 comments on commit af39517

Please sign in to comment.