File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ def single_option_cases(key, *args):
316
316
)),
317
317
318
318
CppDemo (name = 'mask_rcnn_demo' , device_keys = ['-d' ], test_cases = combine_cases (
319
- TestCase (options = {'-i' : DataDirectoryArg ('semantic-segmentation-adas ' )}),
319
+ TestCase (options = {'-i' : DataDirectoryArg ('instance-segmentaion-mask-rcnn ' )}),
320
320
single_option_cases ('-m' ,
321
321
ModelArg ('mask_rcnn_inception_resnet_v2_atrous_coco' ),
322
322
ModelArg ('mask_rcnn_resnet50_atrous_coco' ))
Original file line number Diff line number Diff line change 211
211
image_net_arg ('00048316' ),
212
212
],
213
213
214
+ # reduced test set for mask rcnn demo
215
+ 'instance-segmentaion-mask-rcnn' : [
216
+ image_net_arg ('00002790' ),
217
+ image_net_arg ('00005809' ),
218
+ image_net_arg ('00038629' ),
219
+ image_net_arg ('00048316' )
220
+ ],
221
+
214
222
'single-image-super-resolution' : [
215
223
image_net_arg ('00005409' ),
216
224
],
You can’t perform that action at this time.
0 commit comments