summaryrefslogtreecommitdiff
path: root/python/detect.py
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-06-09 18:12:16 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-06-09 18:14:25 -0700
commita57b8d5b4093b7bdba9f02b278b9823c290a0b7d (patch)
treefe3bd3871b64c95c1893de1b2190380acf2a4683 /python/detect.py
parent62b3537117eb0ec87dac9c403e558c72d6ab56fc (diff)
downloadcaffeonacl-a57b8d5b4093b7bdba9f02b278b9823c290a0b7d.tar.gz
caffeonacl-a57b8d5b4093b7bdba9f02b278b9823c290a0b7d.tar.bz2
caffeonacl-a57b8d5b4093b7bdba9f02b278b9823c290a0b7d.zip
fix old detect.py default
Diffstat (limited to 'python/detect.py')
-rwxr-xr-xpython/detect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/detect.py b/python/detect.py
index 15418bba..05b52449 100755
--- a/python/detect.py
+++ b/python/detect.py
@@ -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",