Skip to content

[Siggraph2025] The official code of the paper "ColorSurge: Bringing Vibrancy and Efficiency to Automatic Video Colorization via Dual-Branch Fusion"

Notifications You must be signed in to change notification settings

ABTols/ColorSurge

Repository files navigation

Installation with conda (recommended)

conda create -n colorsurge python=3.9
conda activate colorsurge
pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu118

pip install -r requirements.txt

python3 setup.py develop  # install basicsr

pip3 install openmim
mim install mmcv>=2.0.0
mim install mmengine

Quick Start

  1. Download the pretrained model files

    Download the pretrained model files and place them into the pretrain_models directory.

  2. Run the pipeline

    bash colorsurge_video.sh

About

[Siggraph2025] The official code of the paper "ColorSurge: Bringing Vibrancy and Efficiency to Automatic Video Colorization via Dual-Branch Fusion"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published