Skip to content

RealtimeDenoising/VideoDenoisingPipeline

Repository files navigation

Video Denoising Pipeline

This video denoising pipeline uses state-of-the-art image and video denoising networks to obtain high-quality denoised frames with low real-time latency.

Overview

This source code provides the implementation of HI-GAN and FastDVDNet in a pipeline with a custom Denoising Analyzer and Noise Detector algorithms.

The GStreamer pipeline is summarized in the diagram below. GStreamer diagram

Datasets

// TODO:

Runing times

// TODO:

Results

// TODO:

Architecture

decoder post processing pipeline - correct2

Code User Guide

Install Gstreamer

https://gstreamer.freedesktop.org/documentation/installing/index.html?gi-language=c

To run theh pipeline

gcc gst1.c -o gst1 `pkg-config --cflags --libs gstreamer-1.0`

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published