From 48faae06f6f7cf749e328f07a7613aa74fa1a3df Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 17 Jun 2018 09:24:17 +0200 Subject: args --- options/base_options.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options/base_options.py b/options/base_options.py index ba7a4b2..d735bd9 100755 --- a/options/base_options.py +++ b/options/base_options.py @@ -59,6 +59,9 @@ class BaseOptions(): self.parser.add_argument('--n_clusters', type=int, default=10, help='number of clusters for features') self.parser.add_argument('--verbose', action='store_true', default = False, help='toggles verbose') + # recursive stuff + self.parser.add_argument('--poll_delay', type=float, default=0.01, help='time to wait when looking for next recursive image') + self.initialized = True def parse(self, save=True): -- cgit v1.2.3-70-g09d2