From a8bc03de4c45c95f0883388aa0f5a695fbb91d35 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 14 Nov 2019 15:32:37 +0100 Subject: [PATCH] [doc] Add API for imagefolderinference class --- doc/api.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index a6608a63..1eade482 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -17,9 +17,11 @@ PyTorch ImageFolder Dataset =========================== .. automodule:: bob.ip.binseg.data.imagefolder +.. automodule:: bob.ip.binseg.data.imagefolderinference + Transforms ========== -.. note:: +.. note:: All transforms work with :py:class:`PIL.Image.Image` objects. We make heavy use of the `torchvision package`_ -- GitLab