From c3c635d2ab5f0f0160c395b82201ce76c8b335ae Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Fri, 24 Jan 2014 19:31:25 -0800 Subject: [PATCH] note power_wrapper TODOs --- python/caffe/imagenet/power_wrapper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/caffe/imagenet/power_wrapper.py b/python/caffe/imagenet/power_wrapper.py index dd090c5..c068031 100644 --- a/python/caffe/imagenet/power_wrapper.py +++ b/python/caffe/imagenet/power_wrapper.py @@ -12,7 +12,9 @@ The selective_search_ijcv_with_python code is available at https://github.com/sergeyk/selective_search_ijcv_with_python TODO: -- [ ] batch up image filenames as well: don't want to load all of them into memory +- batch up image filenames as well: don't want to load all of them into memory +- refactor into class (without globals) +- update demo notebook with new options """ import numpy as np import os -- 2.7.4