|
18 | 18 |
|
19 | 19 | from args import (
|
20 | 20 | DataDirectoryArg, DataDirectoryOrigFileNamesArg, DataPatternArg,
|
21 |
| - ModelArg, ModelFileArg, OMZ_DIR, TestDataArg, image_net_arg, # image_retrieval_arg |
| 21 | + ModelArg, ModelFileArg, OMZ_DIR, TestDataArg, image_net_arg, image_retrieval_arg |
22 | 22 | )
|
23 | 23 | from data_sequences import DATA_SEQUENCES
|
24 | 24 |
|
@@ -996,14 +996,13 @@ def single_option_cases(key, *args):
|
996 | 996 | '-ar': None})
|
997 | 997 | )),
|
998 | 998 |
|
999 |
| - # TODO: Put image_retrieval_arg import back |
1000 |
| - #PythonDemo(name='image_retrieval_demo', device_keys=['-d'], test_cases=combine_cases( |
1001 |
| - # TestCase(options={'--no_show': None, |
1002 |
| - # **MONITORS, |
1003 |
| - # '-m': ModelArg('image-retrieval-0001')}), |
1004 |
| - # single_option_cases('-i', *DATA_SEQUENCES['image-retrieval-video']), |
1005 |
| - # single_option_cases('-g', image_retrieval_arg('gallery.txt')), |
1006 |
| - #)), |
| 999 | + PythonDemo(name='image_retrieval_demo', device_keys=['-d'], test_cases=combine_cases( |
| 1000 | + TestCase(options={'--no_show': None, |
| 1001 | + **MONITORS, |
| 1002 | + '-m': ModelArg('image-retrieval-0001')}), |
| 1003 | + single_option_cases('-i', *DATA_SEQUENCES['image-retrieval-video']), |
| 1004 | + single_option_cases('-g', image_retrieval_arg('gallery.txt')), |
| 1005 | + )), |
1007 | 1006 |
|
1008 | 1007 | # TODO: enable tests when FP16-INT8 will work
|
1009 | 1008 | # PythonDemo(name='instance_segmentation_demo', device_keys=['-d'], test_cases=combine_cases(
|
|
0 commit comments