Commit ad9b900fd094c388fc7a4a585a7a6d203579e16a
1 parent
b9990e77
Exists in
master
and in
1 other branch
staged.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
test/test_data.py
@@ -138,10 +138,10 @@ def test_pipeline(): | @@ -138,10 +138,10 @@ def test_pipeline(): | ||
138 | def test_crop(): | 138 | def test_crop(): |
139 | # crop.crop_Test() | 139 | # crop.crop_Test() |
140 | 140 | ||
141 | - dil = ILSVRC.DataILSVRC(base_dir='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val', category='Test_1') | 141 | + dil = ILSVRC.DataILSVRC(base_dir='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val', category='Test') |
142 | dil.crop() | 142 | dil.crop() |
143 | 143 | ||
144 | - dil2 = ILSVRC.DataILSVRC(base_dir='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val', category='Test_1_crop_pil') | 144 | + dil2 = ILSVRC.DataILSVRC(base_dir='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val', category='Test_crop_pil') |
145 | 145 | ||
146 | dil2.format() | 146 | dil2.format() |
147 | dil2.embed(rate=0.2) | 147 | dil2.embed(rate=0.2) |