fix old detect.py default
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 10 Jun 2014 01:12:16 +0000 (18:12 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 10 Jun 2014 01:14:25 +0000 (18:14 -0700)
python/detect.py

index 15418bb..05b5244 100755 (executable)
@@ -57,9 +57,9 @@ def main(argv):
     )
     parser.add_argument(
         "--crop_mode",
-        default="center_only",
+        default="selective_search",
         choices=CROP_MODES,
-        help="Image crop mode"
+        help="How to generate windows for detection."
     )
     parser.add_argument(
         "--gpu",