Skip to content
#

datasets

Here are 963 public repositories matching this topic...

colour
KelSolaar
KelSolaar commented Nov 14, 2020

Colour could use a definition like that to interact easily with OpenColorIO:

def ocio_colourspace_process(a, config, source, target, use_cpu=True):
    a = colour.utilities.as_float_array(a, dtype=np.float32)
    height, width, channels = a.shape

    processor = config.getProcessor(source, target)
    processor = (
        processor.getDefaultCPUProcessor()
        if use_cpu

Improve this page

Add a description, image, and links to the datasets 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 datasets topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.