The Wayback Machine - https://web.archive.org/web/20210731214751/https://github.com/topics/colorization
Here are
231 public repositories
matching this topic...
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
-
Updated
Jun 26, 2021
-
Python
Deep learning software for colorizing black and white images with a few clicks.
-
Updated
Oct 4, 2020
-
Python
Coloring black and white images with deep learning.
-
Updated
Feb 9, 2021
-
Python
Ruby gem for colorizing printed text on ANSI terminals
-
Updated
Apr 15, 2021
-
Ruby
Colorize your termux! Oh-my-zsh included!
-
Updated
May 13, 2021
-
Shell
-
Updated
Nov 27, 2020
-
Jupyter Notebook
📚 A collection of Deep Learning based Image Colorization and Video Colorization papers.
The source code of "Deep Exemplar-based Colorization".
-
Updated
Jul 9, 2020
-
Python
-
Updated
Nov 14, 2020
-
Python
-
Updated
Oct 23, 2019
-
Python
Automatic line art colorization using various types of hint or without hint
-
Updated
Jul 5, 2021
-
Python
Official Implementation of ChromaGAN: An Adversarial Approach for Picture Colorization
-
Updated
Apr 11, 2021
-
Jupyter Notebook
🎨 Automatic Image Colorization using TensorFlow based on Residual Encoder Network
-
Updated
Nov 24, 2019
-
Python
The source code of CVPR 2019 paper "Deep Exemplar-based Video Colorization".
-
Updated
Apr 8, 2021
-
Python
This is the implementation of the "Comicolorization: Semi-automatic Manga Colorization"
-
Updated
Feb 9, 2021
-
Python
Golang Helper for beautiful CLI Applications
Language-based Colorization of Scene Sketches. (SIGGRAPH Asia 2019)
-
Updated
May 11, 2021
-
Python
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
-
Updated
Jun 29, 2021
-
Java
Automatic Real Time Colorization with CNN on iOS
-
Updated
May 24, 2017
-
Swift
-
Updated
Aug 25, 2020
-
Python
An unofficial implementation of MemoPainter(Coloring With Limited Data: Few-shot Colorization via Memory Augmented Networks) using PyTorch framework.
-
Updated
Sep 10, 2019
-
Python
Selected Paper List of Deep Model based Image Colorization
colourised R docs in the terminal
PyTorch implementation for 'Image Inpainting with External-internal Learning and Monochromic Bottleneck'
-
Updated
Jul 28, 2021
-
Python
line drawing colorization using TensorFlow
-
Updated
Jul 29, 2021
-
Python
🌈 Mode-specific statusline colors
-
Updated
Oct 16, 2018
-
Vim script
Color console logging for log4j and jdk
-
Updated
Jan 27, 2021
-
Java
Automatic icon colorization using deep convolutional neural networks. "Towards Icon Design Using Machine Learning." In Stanford CS229, Fall 2017.
-
Updated
Dec 13, 2017
-
Python
Pytorch Convolutional Neural Net and GAN based video coloriser that converts black and white video to colorised video.
-
Updated
Jun 8, 2021
-
Jupyter Notebook
Improve this page
Add a description, image, and links to the
colorization
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
colorization
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Ort::Env m_env;
Ort::Session m_session;
请问这两个关系是怎么样的,之前看onnxruntime的文档介绍,Ort::Env是一个全局唯一的,如果要实现一个生产者消费者的推理模块来扩大推理引擎的并发性,是不是所有线程共用一个Ort::Env,每个消费者线程新建一个Ort::Session对象?麻烦不吝指教