From 790e3b2a2c335aeeb60f4401306937e72893f8bb Mon Sep 17 00:00:00 2001 From: Chunk Date: Sun, 19 Apr 2015 17:15:21 +0800 Subject: [PATCH] staged. --- test/test_data.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_data.py b/test/test_data.py index 4a48d30..b00f79c 100755 --- a/test/test_data.py +++ b/test/test_data.py @@ -2,7 +2,7 @@ __author__ = 'chunk' from ..common import * -from ..mdata import MSR, CV, ILSVRC, ILSVRC_S +from ..mdata import MSR, CV, ILSVRC, ILSVRC_S, crop def test_MSR(): @@ -135,6 +135,9 @@ def test_pipeline(): timer.report() +def test_crop(): + crop.crop_Test() + if __name__ == '__main__': # test_MSR() # test_CV() -- libgit2 0.21.2