Skip to content

Commit c3c635d

Browse files
committed
note power_wrapper TODOs
1 parent 69671dd commit c3c635d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/caffe/imagenet/power_wrapper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
https://github.com/sergeyk/selective_search_ijcv_with_python
1313
1414
TODO:
15-
- [ ] batch up image filenames as well: don't want to load all of them into memory
15+
- 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
1618
"""
1719
import numpy as np
1820
import os

0 commit comments

Comments
 (0)