We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69671dd commit c3c635dCopy full SHA for c3c635d
1 file changed
python/caffe/imagenet/power_wrapper.py
@@ -12,7 +12,9 @@
12
https://github.com/sergeyk/selective_search_ijcv_with_python
13
14
TODO:
15
-- [ ] 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
16
+- refactor into class (without globals)
17
+- update demo notebook with new options
18
"""
19
import numpy as np
20
import os
0 commit comments