Commit 790e3b2a2c335aeeb60f4401306937e72893f8bb
1 parent
7eab92cc
Exists in
master
and in
1 other branch
staged.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
test/test_data.py
| ... | ... | @@ -2,7 +2,7 @@ __author__ = 'chunk' |
| 2 | 2 | |
| 3 | 3 | from ..common import * |
| 4 | 4 | |
| 5 | -from ..mdata import MSR, CV, ILSVRC, ILSVRC_S | |
| 5 | +from ..mdata import MSR, CV, ILSVRC, ILSVRC_S, crop | |
| 6 | 6 | |
| 7 | 7 | |
| 8 | 8 | def test_MSR(): |
| ... | ... | @@ -135,6 +135,9 @@ def test_pipeline(): |
| 135 | 135 | timer.report() |
| 136 | 136 | |
| 137 | 137 | |
| 138 | +def test_crop(): | |
| 139 | + crop.crop_Test() | |
| 140 | + | |
| 138 | 141 | if __name__ == '__main__': |
| 139 | 142 | # test_MSR() |
| 140 | 143 | # test_CV() | ... | ... |