awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hzwer avatar

hzwer/ECCV2022-RIFE

0
View on GitHub↗
5,491 stars·553 forks·Python·MIT·22 views

ECCV2022 RIFE

This project provides a suite of tools and deep learning models for optical flow estimation and video frame interpolation. It is designed to analyze pixel-level motion between consecutive frames to determine the direction and magnitude of movement, using this data to synthesize new intermediate images.

The framework functions as a real-time motion interpolator capable of increasing video playback smoothness by generating frames with minimal delay. It also includes a video sequence stitcher that combines disparate clips into a continuous sequence by applying interpolation to smooth the transitions between segments.

Features

  • Video Frame Interpolation Tools - Provides tools for generating intermediate frames to increase video playback smoothness and frame rate.
  • Optical Flow Computation - Implements algorithms for estimating pixel-level motion vectors between consecutive video frames.
  • Real-Time Frame Interpolation - Functions as a real-time motion interpolator to increase playback smoothness with minimal delay.
  • Real-Time Motion Interpolators - Implements a high-performance framework for real-time intermediate flow calculation and frame synthesis.
  • Video Clip Stitchers - Includes a video sequence stitcher that uses interpolation to create seamless transitions between different clips.
  • Video Transition Smoothing - Creates seamless connections between different video clips by interpolating frames at the transition points.

Star history

Star history chart for hzwer/eccv2022-rifeStar history chart for hzwer/eccv2022-rife

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does hzwer/eccv2022-rife do?

This project provides a suite of tools and deep learning models for optical flow estimation and video frame interpolation. It is designed to analyze pixel-level motion between consecutive frames to determine the direction and magnitude of movement, using this data to synthesize new intermediate images.

What are the main features of hzwer/eccv2022-rife?

The main features of hzwer/eccv2022-rife are: Video Frame Interpolation Tools, Optical Flow Computation, Real-Time Frame Interpolation, Real-Time Motion Interpolators, Video Clip Stitchers, Video Transition Smoothing.

Which projects share features with hzwer/eccv2022-rife?

Projects with overlapping indexed features include: baowenbo/dain — DAIN is a video frame synthesis engine and AI video upsampling tool designed to increase video playback smoothness. It… nvidia/isaac-gr00t. justin62628/squirrel-rife — Squirrel-RIFE is a GPU-accelerated video processing tool that uses a neural network to generate intermediate frames… princeton-vl/raft — RAFT is a PyTorch computer vision framework and deep learning system designed for optical flow estimation. It… tntwise/real-video-enhancer — Real-Video-Enhancer is a cross-platform desktop application that utilizes neural networks to upscale resolution,… aaronfeng753/waifu2x-extension-gui — Waifu2x-Extension-GUI is a desktop application designed for high-fidelity media restoration and enhancement. It…

Projects sharing features with ECCV2022 RIFE

These projects share indexed features with ECCV2022 RIFE. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • baowenbo/dainbaowenbo avatar

    baowenbo/DAIN

    8,311View on GitHub↗

    DAIN is a video frame synthesis engine and AI video upsampling tool designed to increase video playback smoothness. It functions as a computer vision model that synthesizes intermediate frames between existing images to transform low frame rate video into high frame rate content. The system utilizes depth-aware video frame interpolation to predict the motion of pixels between consecutive images. By analyzing spatial depth via depth maps, the tool generates new frames that account for occlusions and overlapping objects to create slow motion effects. The framework incorporates optical flow int

    Python
    View on GitHub↗8,311
  • nvidia/isaac-gr00tNVIDIA avatar

    NVIDIA/Isaac-GR00T

    6,222View on GitHub↗
    Jupyter Notebook
    View on GitHub↗6,222
  • justin62628/squirrel-rifeJustin62628 avatar

    Justin62628/Squirrel-RIFE

    3,471View on GitHub↗

    Squirrel-RIFE is a GPU-accelerated video processing tool that uses a neural network to generate intermediate frames between existing video frames, enabling smooth slow-motion effects and frame rate conversion. It is built around the RIFE (Real-Time Intermediate Flow Estimation) model, which analyzes motion between consecutive frames to predict and insert new frames, and leverages NVIDIA CUDA for parallel processing to achieve high-speed inference. The tool distinguishes itself by combining neural frame interpolation with practical video preprocessing features, including pixel-level duplicate

    Pythonanimationinterpolationrife
    View on GitHub↗3,471
  • princeton-vl/raftprinceton-vl avatar

    princeton-vl/RAFT

    4,057View on GitHub↗

    RAFT is a PyTorch computer vision framework and deep learning system designed for optical flow estimation. It functions as a GPU-accelerated motion estimator that calculates per-pixel motion vectors between video frames to determine object movement. The implementation utilizes recurrent all-pairs field transforms and custom CUDA kernels to optimize the memory and compute overhead associated with high-dimensional correlation calculations. This hardware-level acceleration reduces GPU memory usage during the forward pass. The toolkit covers supervised flow learning and model training using mixe

    Python
    View on GitHub↗4,057
  • Compare all 19 related projects→