commit b7956bd8bc4847cdc28d0d54169d2536bd32ebe2 Author: crosstyan Date: Mon Jun 23 11:27:52 2025 +0800 init diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e720851 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "repo/Awesome-Optical-Flow"] + path = repo/Awesome-Optical-Flow + url = https://github.com/hzwer/Awesome-Optical-Flow diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bf891f --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Pose Estimation + +## Optical Papers + +See [Multiple-Camera 3D Motion Tracking with Optical Flow](docs/Multiple-Camera%203D%20Motion%20Tracking%20with%20Optical%20Flow.pdf) first, +to understand what I want to achieve. + +See [hzwer/Awesome-Optical-Flow](repo/hzwer/Awesome-Optical-Flow/README.md) for more papers. + +Following optical flow papers are good starting points. + +### Supervised Models + +- [FlowFormer++: Masked Cost Volume Autoencoding for Pretraining Optical Flow Estimation](https://github.com/XiaoyuShi97/FlowFormerPlusPlus) +- [FlowFormer: A Transformer Architecture for Optical Flow](https://github.com/drinkingcoder/FlowFormer-Official/) +- [Global Motion Aggregation](https://github.com/zacjiang/GMA) +- [Recurrent All Pairs Field Transforms for Optical Flow](https://github.com/princeton-vl/RAFT) + +### Multi-Frame Supervised Models + +- [Dense Optical Tracking: Connecting the Dots](https://github.com/16lemoing/dot) +- [VideoFlow: Exploiting Temporal Cues for Multi-frame Optical Flow Estimation](https://github.com/XiaoyuShi97/VideoFlow) diff --git a/docs/Multiple-Camera 3D Motion Tracking with Optical Flow.pdf b/docs/Multiple-Camera 3D Motion Tracking with Optical Flow.pdf new file mode 100644 index 0000000..e6071fd Binary files /dev/null and b/docs/Multiple-Camera 3D Motion Tracking with Optical Flow.pdf differ diff --git a/repo/Awesome-Optical-Flow b/repo/Awesome-Optical-Flow new file mode 160000 index 0000000..b036c80 --- /dev/null +++ b/repo/Awesome-Optical-Flow @@ -0,0 +1 @@ +Subproject commit b036c804ed25847c347e6ab67e2cd850c6d5e96a