Commit 7c1c657d2917f31464b690dfdb15396a67f7c3c9
1 parent
2c2d57c7
Exists in
master
and in
2 other branches
staged.
Showing
22 changed files
with
3 additions
and
3 deletions
Show diff stats
__init__.pyc
No preview for this file type
common.pyc
No preview for this file type
mdata/CV.pyc
No preview for this file type
mdata/ILSVRC.pyc
No preview for this file type
mdata/MSR.pyc
No preview for this file type
mdata/__init__.pyc
No preview for this file type
mfeat/HOG.pyc
No preview for this file type
mfeat/IntraBlockDiff.pyc
No preview for this file type
mfeat/__init__.pyc
No preview for this file type
mjpeg/__init__.pyc
No preview for this file type
mjpeg/base.pyc
No preview for this file type
mjpeg/compress.pyc
No preview for this file type
mjpeg/dct.pyc
No preview for this file type
mspark/SC.pyc
No preview for this file type
mspark/__init__.pyc
No preview for this file type
mspark/dependencies.pyc
No preview for this file type
msteg/__init__.pyc
No preview for this file type
msteg/steganalysis/MPB.pyc
No preview for this file type
msteg/steganalysis/__init__.pyc
No preview for this file type
test/__init__.pyc
No preview for this file type
test/test_data.py
... | ... | @@ -29,9 +29,9 @@ def test_CV(): |
29 | 29 | |
30 | 30 | |
31 | 31 | def test_ILSVRC(): |
32 | - dil = ILSVRC.DataILSVRC(category='Train_1') | |
33 | - # dil.format() | |
34 | - dil.extract_feat(feattype='ibd') | |
32 | + dil = ILSVRC.DataILSVRC(base_dir='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val', category='Train') | |
33 | + dil.format() | |
34 | + # dil.extract_feat(feattype='ibd') | |
35 | 35 | # dil.extract_feat(feattype='hog') |
36 | 36 | |
37 | 37 | ... | ... |
test/test_data.pyc
No preview for this file type