From d44c3fd86220d6b1ca5fe61e7f258fecabec396d Mon Sep 17 00:00:00 2001 From: Thibault FEVRY Date: Tue, 23 Apr 2019 12:44:39 -0400 Subject: [PATCH] Quickfix for outdated paras (#710) --- maskrcnn_benchmark/config/defaults.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maskrcnn_benchmark/config/defaults.py b/maskrcnn_benchmark/config/defaults.py index ddc2c4e21..37e362cd7 100644 --- a/maskrcnn_benchmark/config/defaults.py +++ b/maskrcnn_benchmark/config/defaults.py @@ -10,9 +10,9 @@ # Whenever an argument can be either used for training or for testing, the # corresponding name will be post-fixed by a _TRAIN for a training parameter, # or _TEST for a test-specific parameter. -# For example, the number of images during training will be -# IMAGES_PER_BATCH_TRAIN, while the number of images for testing will be -# IMAGES_PER_BATCH_TEST +# For example, the maximum image side during training will be +# INPUT.MAX_SIZE_TRAIN, while for testing it will be +# INPUT.MAX_SIZE_TEST # ----------------------------------------------------------------------------- # Config definition