From ee3579b2faca9627d2301685a761e5ea78ce24ae Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 14 Nov 2019 15:56:43 +0100 Subject: [PATCH] [data/imagefolderinference] Fix doc reference --- bob/ip/binseg/data/imagefolderinference.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bob/ip/binseg/data/imagefolderinference.py b/bob/ip/binseg/data/imagefolderinference.py index af824bc6..e396e7b4 100644 --- a/bob/ip/binseg/data/imagefolderinference.py +++ b/bob/ip/binseg/data/imagefolderinference.py @@ -25,9 +25,10 @@ class ImageFolderInference(Dataset): Generic ImageFolder containing images for inference Notice that this implementation, contrary to its sister - :py:class:`ImageFolder`, does not *automatically* convert the input image - to RGB, before passing it to the transforms, so it is possible to - accomodate a wider range of input types (e.g. 16-bit PNG images). + :py:class:`bob.ip.binseg.data.ImageFolder`, does not *automatically* + convert the input image to RGB, before passing it to the transforms, so it + is possible to accomodate a wider range of input types (e.g. 16-bit PNG + images). Parameters ---------- -- GitLab