Skip to content

Commit

Permalink
Don't test mxnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Jul 21, 2023
1 parent a4f42e1 commit bb630d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/3d_segmentation_demo/python/models.lst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file can be used with the --list option of the model downloader.
brain-tumor-segmentation-????
brain-tumor-segmentation-0002
1 change: 0 additions & 1 deletion demos/object_detection_demo/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ omz_converter --list models.lst
- ultra-lightweight-face-detection-rfb-320
- ultra-lightweight-face-detection-slim-320
* architecture_type = yolo
- mobilefacedet-v1-mxnet
- mobilenet-yolo-v4-syg
- person-vehicle-bike-detection-crossroad-yolov3-1020
- yolo-v1-tiny-tf
Expand Down
1 change: 0 additions & 1 deletion demos/object_detection_demo/python/models.lst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ vehicle-license-plate-detection-barrier-????
ultra-lightweight-face-detection-rfb-320
ultra-lightweight-face-detection-slim-320
# For --architecture_type=yolo
mobilefacedet-v1-mxnet
mobilenet-yolo-v4-syg
person-vehicle-bike-detection-crossroad-yolov3-1020
yolo-v1-tiny-tf
Expand Down
6 changes: 3 additions & 3 deletions demos/tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,9 @@ def single_option_cases(key, *args):
)),

PythonDemo(name='3d_segmentation_demo', device_keys=['-d'], test_cases=combine_cases(
TestCase(options={'-m': ModelArg('brain-tumor-segmentation-0001'),
'-o': '.'}),
TestCase(options={'-m': ModelArg('brain-tumor-segmentation-0002'),
'-o': '.',
'-ms': '1,2,3,0'}),
single_option_cases('-i', *DATA_SEQUENCES['brain-tumor-nifti']),
)),

Expand Down Expand Up @@ -1193,7 +1194,6 @@ def single_option_cases(key, *args):
*combine_cases(
TestCase(options={'--architecture_type': 'yolo'}),
single_option_cases('-m',
ModelArg('mobilefacedet-v1-mxnet'),
ModelArg('mobilenet-yolo-v4-syg'),
ModelArg('person-vehicle-bike-detection-crossroad-yolov3-1020'),
ModelArg('yolo-v1-tiny-tf'),
Expand Down

0 comments on commit bb630d8

Please sign in to comment.