Skip to content

Minor fixes

André Anjos requested to merge minor-fixes into master

This MR includes the following features:

  1. Makes it explicit the conversion to RGB images in image pre-processing pipelines
  2. Adds a transform for converting between 16-bit and 8-bit PNG images
  3. Allows the inferencer to work with globs instead of fixed paths (+ adaptations to this where needed)
  4. Adds documentation for imagefolderinference
  5. Adds explicit dependence to bob.core, required by the 16/8 bit PNG converters
  6. Fixes an issue related to the conda recipe (see bob/bob.devtools#44 (closed) and bob/bob.devtools!127 (merged))

Merge request reports