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