From 93885ef33bf3e7c441276535e9fd269df83788c6 Mon Sep 17 00:00:00 2001 From: juli007 Date: Wed, 17 Jun 2015 16:11:51 +0200 Subject: [PATCH] fix one typo For those how run into the same error by using selective search rccn - it was only a typo ;-) --- selective_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selective_search.py b/selective_search.py index 4c3ff9f..8ab7364 100644 --- a/selective_search.py +++ b/selective_search.py @@ -20,7 +20,7 @@ def get_windows(image_fnames, cmd='selective_search'): cmd: string selective search function to call: - 'selective_search' for a few quick proposals - - 'selective_seach_rcnn' for R-CNN configuration for more coverage. + - 'selective_search_rcnn' for R-CNN configuration for more coverage. """ # Form the MATLAB script command that processes images and write to # temporary results file.