IBM/pytorchpipe

View on GitHub
configs/default/components/viewers/image_viewer.yml

Summary

Maintainability
Test Coverage
# This file defines the default values for the ImageViewer.

####################################################################
# 1. CONFIGURATION PARAMETERS that will be LOADED by the component.
####################################################################

# Number of sample that will be printed (LOADED)
# Default: -1 (means random)
sample_number: -1

streams: 
  ####################################################################
  # 2. Keymappings associated with INPUT and OUTPUT streams.
  ####################################################################

  # Stream containing inages (INPUT)
  images: images

  # Stream containing target labels (strings) (INPUT)
  label: labels

  # Stream containing predicted labels (strings) (INPUT)
  answers: answers


globals:
  ####################################################################
  # 3. Keymappings of variables that will be RETRIEVED from GLOBALS.
  ####################################################################

  ####################################################################
  # 4. Keymappings associated with GLOBAL variables that will be SET.
  ####################################################################

  ####################################################################
  # 5. Keymappings associated with statistics that will be ADDED.
  ####################################################################