Skip to content

Commit b568613

Browse files
committed
Supress INT8 person-vehicle-bike-detection-crossroad-yolov3-1020
1 parent ad361f0 commit b568613

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demos/tests/cases.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@ def single_option_cases(key, *args):
350350
**MONITORS,
351351
'-i': DataPatternArg('object-detection-demo')}),
352352
[
353-
TestCase(options={'-m': ModelArg('person-vehicle-bike-detection-crossroad-yolov3-1020')}),
353+
# TODO: INT8: Attempt to get a name for a Tensor without names
354+
# TestCase(options={'-m': ModelArg('person-vehicle-bike-detection-crossroad-yolov3-1020')}),
354355
TestCase(options={'-m': ModelArg('yolo-v3-tf'), '-duplicate_num': '2',
355356
'-n_iqs': '20', '-fps_sp': '1', '-n_sp': '1', '-show_stats': '', '-real_input_fps': ''}),
356357
TestCase(options={'-m': ModelArg('yolo-v3-tiny-tf'), '-duplicate_num': '3',
@@ -448,7 +449,7 @@ def single_option_cases(key, *args):
448449
TestCase(options={'-at': 'yolo'}),
449450
single_option_cases('-m',
450451
ModelArg('mobilenet-yolo-v4-syg'),
451-
# TODO: Attempt to get a name for a Tensor without names
452+
# TODO: INT8: Attempt to get a name for a Tensor without names
452453
# ModelArg('person-vehicle-bike-detection-crossroad-yolov3-1020'),
453454
ModelArg('yolo-v1-tiny-tf'),
454455
ModelArg('yolo-v2-ava-0001'),

0 commit comments

Comments
 (0)