From 1d7cbaff80f2feabea89ed0fd734806a085a7d8f Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 2 Aug 2023 11:06:45 +0200 Subject: [PATCH] [data.padchest] Add more comments about labels in the various splits (bis) --- src/ptbench/data/padchest/tb_idiap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ptbench/data/padchest/tb_idiap.py b/src/ptbench/data/padchest/tb_idiap.py index 69c2708b..ddfa889f 100644 --- a/src/ptbench/data/padchest/tb_idiap.py +++ b/src/ptbench/data/padchest/tb_idiap.py @@ -9,7 +9,8 @@ datamodule = DataModule("tb-idiap.json") This split contains 125 healthy images are the first 125 padchest images with the following parameters: Label = "Normal", MethodLabel = "Physician", -Projection = "PA" +Projection = "PA" and TB cases. Labelling matches those for active TB (binary) +classification datasets. Read documentation of :py:class:`DataModule` for technical details. """ -- GitLab