note power_wrapper TODOs
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 25 Jan 2014 03:31:25 +0000 (19:31 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 25 Jan 2014 04:52:39 +0000 (20:52 -0800)
python/caffe/imagenet/power_wrapper.py

index dd090c5..c068031 100644 (file)
@@ -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