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
sczhou avatar

sczhou/ProPainter

0
View on GitHub↗
6,521 stars·769 forks·Python·other·28 viewsshangchenzhou.com/projects/ProPainter↗

ProPainter

Features

  • Content-Aware Video Editors - A deep learning-powered video editing system for content-aware region filling and boundary extension.
  • Spatio-Temporal Attention - Combines attention across time and space dimensions to maintain visual consistency in filled video regions.
  • Sequential Detail Refinement - Iteratively refines inpainted features through multiple stages to reduce artifacts and improve detail quality.
  • Multi-Scale Feature Pyramids - Aggregates image features at multiple resolutions to capture fine details and global structure for coherent inpainting.
  • Feature Warping Modules - Warps reference frame features using optical flow vectors for temporally stable video inpainting.
  • Video Inpainting - Fills missing or masked regions in video frames with coherent content matching the surrounding scene.
  • Video Inpainting Systems - Fills missing or corrupted video regions with content that matches the surrounding scene.
  • Boundary-Aware Decoders - Adjusts decoding based on mask boundaries for seamless blending of inpainted content.
  • Feature Propagation Pipelines - Propagates visible features along optical flow vectors to fill masked video regions.
  • Flow-Guided Feature Propagation - Uses optical flow estimation to propagate features across video frames for temporally consistent inpainting.
  • Video - Removes unwanted objects from video frames by masking them and filling the region with plausible content.
  • Frame Outpainting Systems - Extends video frame boundaries beyond original dimensions by generating new plausible content.
  • Frame Outpainting Tools - Generates new content beyond original frame edges to expand the visible area of a video.
  • Video Inpainting Models - Propagation and transformer-based model for video inpainting.

Star history

Star history chart for sczhou/propainterStar history chart for sczhou/propainter

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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 are the main features of sczhou/propainter?

The main features of sczhou/propainter are: Content-Aware Video Editors, Spatio-Temporal Attention, Sequential Detail Refinement, Multi-Scale Feature Pyramids, Feature Warping Modules, Video Inpainting, Video Inpainting Systems, Boundary-Aware Decoders.

What are some open-source alternatives to sczhou/propainter?

Open-source alternatives to sczhou/propainter include: ali-vilab/vace — VACE is a set of software tools and frameworks for reference-guided video generation, diffusion-based editing, and… gaomingqi/track-anything — Track-Anything is an AI-driven video object segmentation and tracking system. It utilizes the Segment Anything Model… geekyutao/inpaint-anything — Inpaint-Anything is a diffusion-based image editor and inpainting tool designed to remove or replace objects in… fundamentalvision/deformable-detr — Deformable-DETR is an object detection system for computer vision that uses a transformer-based encoder-decoder… fizyr/keras-retinanet — This project is a deep learning implementation of the RetinaNet architecture for detecting and classifying objects… guoyww/animatediff — AnimateDiff is a latent diffusion video generator and text-to-video diffusion framework. It converts existing…

Open-source alternatives to ProPainter

Similar open-source projects, ranked by how many features they share with ProPainter.
  • ali-vilab/vaceali-vilab avatar

    ali-vilab/VACE

    3,645View on GitHub↗

    VACE is a set of software tools and frameworks for reference-guided video generation, diffusion-based editing, and video-to-video translation. It provides utilities to produce new video content and modify existing sequences by using reference materials to guide visual style, subject matter, and composition. The framework enables video-to-video translation and synthesis, allowing for the update of visual styles and depth. It also functions as a video editor for modifying properties and content through reference-guided transformations. The system covers localized video editing and inpainting,

    Pythonvideo-editingvideo-generation
    View on GitHub↗3,645
  • gaomingqi/track-anythinggaomingqi avatar

    gaomingqi/Track-Anything

    6,936View on GitHub↗

    Track-Anything is an AI-driven video object segmentation and tracking system. It utilizes the Segment Anything Model to isolate and mask multiple objects across video frames, providing tools for automated mask propagation and background-filling inpainting. The system distinguishes itself through a multi-object segmentation pipeline that can follow several distinct targets simultaneously. It includes a video inpainting utility to remove tracked objects and replace them with synthesized background content, as well as temporal mask refinement to correct tracking drift. The project covers broad

    Pythoninpaint-anythinginteractive-trackingsegment-anything
    View on GitHub↗6,936
  • fizyr/keras-retinanetfizyr avatar

    fizyr/keras-retinanet

    4,388View on GitHub↗

    This project is a deep learning implementation of the RetinaNet architecture for detecting and classifying objects within images. Built as a Keras object detection framework and a TensorFlow computer vision tool, it provides a complete neural network implementation based on the RetinaNet paper. The framework includes specialized components such as a Feature Pyramid Network and a focal loss function to handle object detection. It features a configurable backbone architecture and anchor-based bounding boxes to predict object locations across varying scales and aspect ratios. The toolset covers

    Python
    View on GitHub↗4,388
  • fundamentalvision/deformable-detrfundamentalvision avatar

    fundamentalvision/Deformable-DETR

    3,895View on GitHub↗

    Deformable-DETR is an object detection system for computer vision that uses a transformer-based encoder-decoder architecture. It identifies and locates objects within images by representing potential targets as a set of learnable queries. The project employs sampling-based attention to restrict attention to a small set of points around a reference, reducing computational complexity and speeding up convergence. It further utilizes multi-scale feature fusion to detect objects of varying sizes within a single frame. The system includes capabilities for training models across multiple GPU cluste

    Python
    View on GitHub↗3,895
See all 30 alternatives to ProPainter→