diff --git a/test/test_data.py b/test/test_data.py index 80835d6..cd32261 100755 --- a/test/test_data.py +++ b/test/test_data.py @@ -141,8 +141,8 @@ def test_crop(): dil2 = ILSVRC.DataILSVRC(base_dir='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val', category='Test_1_crop_pil') - dil.format() - dil.embed(rate=0.2) + dil2.format() + dil2.embed(rate=0.2) X,Y = dil2.load_data(mode='local',feattype='coef') print X[0] -- libgit2 0.21.2