From 60341982625714d50f6abf64f8c956c81117468d Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 25 Jul 2019 15:33:41 +0200 Subject: [PATCH] Changed limit for used images to 32 Signed-off-by: Jim Martens --- src/twomartens/masterthesis/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/data.py b/src/twomartens/masterthesis/data.py index fbee9f2..9c66bc3 100644 --- a/src/twomartens/masterthesis/data.py +++ b/src/twomartens/masterthesis/data.py @@ -443,7 +443,7 @@ def load_scenenet_data(photo_paths: Sequence[Sequence[str]], if not frame_instances: continue # skip images that do not contain instances - if evaluation and used_images >= 30: + if evaluation and used_images >= 32: continue for instance in frame_instances: