@@ -350,7 +350,8 @@ def single_option_cases(key, *args):
350
350
** MONITORS ,
351
351
'-i' : DataPatternArg ('object-detection-demo' )}),
352
352
[
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')}),
354
355
TestCase (options = {'-m' : ModelArg ('yolo-v3-tf' ), '-duplicate_num' : '2' ,
355
356
'-n_iqs' : '20' , '-fps_sp' : '1' , '-n_sp' : '1' , '-show_stats' : '' , '-real_input_fps' : '' }),
356
357
TestCase (options = {'-m' : ModelArg ('yolo-v3-tiny-tf' ), '-duplicate_num' : '3' ,
@@ -448,7 +449,7 @@ def single_option_cases(key, *args):
448
449
TestCase (options = {'-at' : 'yolo' }),
449
450
single_option_cases ('-m' ,
450
451
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
452
453
# ModelArg('person-vehicle-bike-detection-crossroad-yolov3-1020'),
453
454
ModelArg ('yolo-v1-tiny-tf' ),
454
455
ModelArg ('yolo-v2-ava-0001' ),
0 commit comments