Skip to content

Official implementation of our paper "Flow-Anything: Learning Real-World Optical Flow Estimation from Large-Scale Single-view Images"

License

Notifications You must be signed in to change notification settings

Sharpiless/Flow-Anything

Repository files navigation

Flow-Anything: Learning Real-World Optical Flow Estimation from Large-Scale Single-view Images

Paper Link

demo.mp4

πŸ“’ Project Status

We are actively organizing and cleaning up the full codebase (training, inference, evaluation).
The repository will be continuously updated in the coming weeks β€” please stay tuned for:

  • πŸ› οΈ Full training scripts
  • πŸ“¦ Data preparation tools
  • πŸ“ˆ Evaluation pipelines
  • πŸ”– Additional pre-trained models for different datasets

πŸš€ Pre-trained Checkpoints

You can find the released pre-trained checkpoints here:
πŸ‘‰ Flow-Anything Checkpoints


Quick Start

installation

conda create --name SEA-RAFT python=3.10.13
conda activate SEA-RAFT
pip install -r requirements.txt

inference

python infer.py \
    --input [path to images] \
    --out [path to save] \
    --cfg config/eval/sintel-M.json \
    --model [path to ckpt]

βœ… TODO

  • Data generation and pre-training code
    (including dataset preprocessing, augmentation, and full training pipeline)

  • Inference and evaluation code on Point Tracking tasks
    (standardized pipelines for Point Tracking benchmarks and visualization)

  • Clean inference-optimized code
    (lightweight, modular implementation specifically designed for fast deployment & real-time inference)


Thank you for your interest and support! ⭐️
Feel free to open an issue if you have any questions or suggestions.


About

Official implementation of our paper "Flow-Anything: Learning Real-World Optical Flow Estimation from Large-Scale Single-view Images"

Resources

License

Stars

Watchers

Forks

Packages

No packages published