The Wayback Machine - https://web.archive.org/web/20201125105003/https://github.com/topics/datasets
Skip to content
#

datasets

Here are 960 public repositories matching this topic...

kuraga
kuraga commented Nov 17, 2020

How to reproduce the behaviour

  1. Let's we have 0 and 1 labels' shortkeys.
  2. Set the second shortkey to 0.
  3. You get 400 error. It's ok.
  4. But shortkey at the popup is 0.
  5. Click outside of popup.
  6. Shortkey at the table is 1. It's ok.
  7. Click on shortkey.
  8. But shortkey at the popup is 0.

Your Environment

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.