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: