4.Library - PaleCosmos/Simple_Video_Colorization GitHub Wiki

NumPy

NumPy is a Python library that makes it easy to handle matrices or large multidimensional arrays in general.

In addition to data structures, NumPy provides efficiently implemented functions for numerical calculation.

OpenCV

OpenCV is a programming library aimed at real-time computer vision.

It is a library focused on real-time image processing.

This library is a cross platform available for Windows, Linux, etc. and is available free of charge under the open source BSD license.

OpenCV supports TensorFlow, Torch/PyTorch and Caffe's deep learning frameworks.

TKinter

Tkinter is a Python binding to the Tk GUI toolkit.

It is the standard Python interface to the Tk GUI toolkit, and is Python's de facto standard GUI.

Tkinter is included with standard Linux, Microsoft Windows and Mac OS X installs of Python.