[Stress] Enable OMZ info_dumper.py in get_testdata.py (#1485)
authorVitaliy Urusovskij <vitaliy.urusovskij@intel.com>
Fri, 31 Jul 2020 09:13:12 +0000 (12:13 +0300)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 09:13:12 +0000 (12:13 +0300)
* [Stress] Support OMZ model_info.py in get_testdata.py

* [Stress] Copy IRs from OMZ models folder to IRs folder

* [Stress] Support modified configs in C++ tests

* [Stress] Deprecate support of --env_conf due refactoring of configs

* [Stress] Update configs:
1. Removed env configs due deprecation
2. Moved test configs to a new format

* [Stress] Extend MemCheck records with info from test config

42 files changed:
tests/stress_tests/.automation/env_config.xml [deleted file]
tests/stress_tests/.automation/memcheck_pregen_irs_tests/nightly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memcheck_pregen_irs_tests/nightly_configs/desktop_test_config.xml
tests/stress_tests/.automation/memcheck_pregen_irs_tests/weekly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memcheck_pregen_irs_tests/weekly_configs/desktop_test_config.xml
tests/stress_tests/.automation/memcheck_tests/nightly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memcheck_tests/nightly_configs/desktop_test_config.xml
tests/stress_tests/.automation/memcheck_tests/precommit_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memcheck_tests/precommit_configs/desktop_test_config.xml
tests/stress_tests/.automation/memcheck_tests/weekly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memcheck_tests/weekly_configs/desktop_test_config.xml
tests/stress_tests/.automation/memleaks_tests/nightly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memleaks_tests/nightly_configs/desktop_test_config.xml
tests/stress_tests/.automation/memleaks_tests/precommit_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memleaks_tests/precommit_configs/desktop_test_config.xml
tests/stress_tests/.automation/memleaks_tests/weekly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/memleaks_tests/weekly_configs/desktop_test_config.xml
tests/stress_tests/.automation/unittests/nightly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/unittests/nightly_configs/desktop_test_config.xml
tests/stress_tests/.automation/unittests/weekly_configs/desktop_env_config.xml [deleted file]
tests/stress_tests/.automation/unittests/weekly_configs/desktop_test_config.xml
tests/stress_tests/common/tests_utils.cpp
tests/stress_tests/common/tests_utils.h
tests/stress_tests/memcheck_tests/CMakeLists.txt
tests/stress_tests/memcheck_tests/flags.h
tests/stress_tests/memcheck_tests/local_configs/env_config.xml [deleted file]
tests/stress_tests/memcheck_tests/local_configs/test_config.xml
tests/stress_tests/memcheck_tests/main.cpp
tests/stress_tests/memcheck_tests/tests_utils.h
tests/stress_tests/memleaks_tests/CMakeLists.txt
tests/stress_tests/memleaks_tests/flags.h
tests/stress_tests/memleaks_tests/local_configs/env_config.xml [deleted file]
tests/stress_tests/memleaks_tests/local_configs/test_config.xml
tests/stress_tests/memleaks_tests/main.cpp
tests/stress_tests/scripts/get_testdata.py
tests/stress_tests/scripts/memcheck_upload.py
tests/stress_tests/scripts/run_memcheck.py
tests/stress_tests/unittests/CMakeLists.txt
tests/stress_tests/unittests/flags.h
tests/stress_tests/unittests/local_configs/env_config.xml [deleted file]
tests/stress_tests/unittests/local_configs/test_config.xml
tests/stress_tests/unittests/main.cpp

diff --git a/tests/stress_tests/.automation/env_config.xml b/tests/stress_tests/.automation/env_config.xml
deleted file mode 100644 (file)
index 7d356d0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/</value>
-    </irs_path>
-</attributes>
diff --git a/tests/stress_tests/.automation/memcheck_pregen_irs_tests/nightly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memcheck_pregen_irs_tests/nightly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7d356d0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/</value>
-    </irs_path>
-</attributes>
index 1a50d72..6601460 100644 (file)
-<?xml version="1.0"?>
 <attributes>
     <devices>
         <value>CPU</value>
         <value>GPU</value>
     </devices>
     <models>
-        <value>caffe/FP32/alexnet/alexnet.xml</value>
-        <value>caffe/FP32/caffenet/caffenet.xml</value>
-        <value>caffe/FP32/densenet_121/densenet_121.xml</value>
-        <value>caffe/FP32/densenet_161/densenet_161.xml</value>
-        <value>caffe/FP32/densenet_169/densenet_169.xml</value>
-        <value>caffe/FP32/densenet_201/densenet_201.xml</value>
-        <value>caffe/FP32/dpn_92/dpn_92.xml</value>
-        <value>caffe/FP32/inception_resnet_v2/inception_resnet_v2.xml</value>
-        <value>caffe/FP32/inception_v1/inception_v1.xml</value>
-        <value>caffe/FP32/inception_v2/inception_v2.xml</value>
-        <value>caffe/FP32/inception_v3/inception_v3.xml</value>
-        <value>caffe/FP32/inception_v4/inception_v4.xml</value>
-        <value>caffe/FP32/lenet/lenet.xml</value>
-        <value>caffe/FP32/mobilenet/mobilenet.xml</value>
-        <value>caffe/FP32/mobilenet_v2/mobilenet_v2.xml</value>
-        <value>caffe/FP32/resnet_18/resnet_18.xml</value>
-        <value>caffe/FP32/resnet_v1_50/resnet_v1_50.xml</value>
-        <value>caffe/FP32/resnet_v1_101/resnet_v1_101.xml</value>
-        <value>caffe/FP32/resnet_v1_152/resnet_v1_152.xml</value>
-        <value>caffe/FP32/resnet_v1_269/resnet_v1_269.xml</value>
-        <value>caffe/FP32/se_resnext_50/se_resnext_50.xml</value>
-        <value>caffe/FP32/squeezenet_v1.0/squeezenet_v1.0.xml</value>
-        <value>caffe/FP32/squeezenet_v1.1/squeezenet_v1.1.xml</value>
-        <value>caffe/FP32/ssd_googlenet/ssd_googlenet.xml</value>
-        <value>caffe/FP32/ssd_squeezenet/ssd_squeezenet.xml</value>
-        <value>caffe/FP32/ssd_mobilenet/ssd_mobilenet.xml</value>
-        <value>caffe/FP32/ssd_vgg16_300/ssd_vgg16_300.xml</value>
-        <value>caffe/FP32/ssd_vgg16_512/ssd_vgg16_512.xml</value>
-        <value>caffe/FP32/vgg16/vgg16.xml</value>
-        <value>caffe/FP32/vgg19/vgg19.xml</value>
-        <value>caffe/FP32/wrn_50_2/wrn_50_2.xml</value>
-        <value>caffe/FP32/yolo_v1_full/yolo_v1_full.xml</value>
-        <value>caffe/FP32/yolo_v1_tiny/yolo_v1_tiny.xml</value>
-        <value>caffe/FP32/yolo_v2/yolo_v2.xml</value>
-        <value>caffe/FP32/yolo_v2_tiny/yolo_v2_tiny.xml</value>
-        <value>caffe/FP32/yolo_v3/yolo_v3.xml</value>
-        <value>caffe/FP32/dilation/dilation.xml</value>
-        <value>caffe/FP32/dssd/dssd.xml</value>
-        <value>caffe/FP32/fcn8/fcn8.xml</value>
-        <value>caffe/FP32/fcn32/fcn32.xml</value>
-        <value>caffe/FP32/fcn_alexnet/fcn_alexnet.xml</value>
-        <value>caffe/FP32/mtcnn_p/mtcnn_p.xml</value>
-        <value>caffe/FP32/mtcnn_r/mtcnn_r.xml</value>
-        <value>caffe/FP32/mtcnn_o/mtcnn_o.xml</value>
-        <value>caffe/FP32/openpose_face/openpose_face.xml</value>
-        <value>caffe/FP32/openpose_hand/openpose_hand.xml</value>
-        <value>caffe/FP32/openpose_pose_coco/openpose_pose_coco.xml</value>
-        <value>caffe/FP32/places205_alexnet/places205_alexnet.xml</value>
-        <value>caffe/FP32/places205_googlenet/places205_googlenet.xml</value>
-        <value>caffe/FP32/se_bn_inception/se_bn_inception.xml</value>
-        <value>caffe/FP32/vnect/vnect.xml</value>
-        <value>tf/1.14.0/FP32/bert_base_uncased/bert_base_uncased.xml</value>
-        <value>tf/1.14.0/FP32/bert_xnli/bert_xnli.xml</value>
-        <value>tf/1.14.0/FP32/cmu/cmu.xml</value>
-        <value>tf/1.14.0/FP32/densenet_121/densenet_121.xml</value>
-        <value>tf/1.14.0/FP32/densenet_169/densenet_169.xml</value>
-        <value>tf/1.14.0/FP32/deeplab_v3/deeplab_v3.xml</value>
-        <value>tf/1.14.0/FP32/east/east.xml</value>
-        <value>tf/1.14.0/FP32/facenet/facenet.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_inception_v2_coco/faster_rcnn_inception_v2_coco.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_inception_resnet_v2_atrous_coco/faster_rcnn_inception_resnet_v2_atrous_coco.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_resnet50_coco/faster_rcnn_resnet50_coco.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_resnet101_coco/faster_rcnn_resnet101_coco.xml</value>
-        <value>tf/1.14.0/FP32/gnmt/gnmt.xml</value>
-        <value>tf/1.14.0/FP32/i3d_rgb/i3d_rgb.xml</value>
-        <value>tf/1.14.0/FP32/inception_v1/inception_v1.xml</value>
-        <value>tf/1.14.0/FP32/inception_v2/inception_v2.xml</value>
-        <value>tf/1.14.0/FP32/inception_v3/inception_v3.xml</value>
-        <value>tf/1.14.0/FP32/inception_v4/inception_v4.xml</value>
-        <value>tf/1.14.0/FP32/inception_resnet_v2/inception_resnet_v2.xml</value>
-        <value>tf/1.14.0/FP32/mask_rcnn_resnet101_atrous_coco/mask_rcnn_resnet101_atrous_coco.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v1_0.25_128/mobilenet_v1_0.25_128.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v1_0.5_160/mobilenet_v1_0.5_160.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v1_1.0_224/mobilenet_v1_1.0_224.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224.xml</value>
-        <value>tf/1.14.0/FP32/ncf/ncf.xml</value>
-        <value>tf/1.14.0/FP32/nasnet-a_large/nasnet-a_large.xml</value>
-        <value>tf/1.14.0/FP32/nasnet-a_mobile/nasnet-a_mobile.xml</value>
-        <value>tf/1.14.0/FP32/pnasnet-5_large/pnasnet-5_large.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1_50/resnet_v1_50.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1.5_50/resnet_v1.5_50.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1_101/resnet_v1_101.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1_152/resnet_v1_152.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v2_50/resnet_v2_50.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v2_101/resnet_v2_101.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v2_152/resnet_v2_152.xml</value>
-        <value>tf/1.14.0/FP32/rfcn_resnet101_coco/rfcn_resnet101_coco.xml</value>
-        <value>tf/1.14.0/FP32/squeezenet_v1.1/squeezenet_v1.1.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v1_coco/ssd_mobilenet_v1_coco.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_coco.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco_602x602/ssd_mobilenet_v1_fpn_coco_602x602.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v2_coco/ssd_mobilenet_v2_coco.xml</value>
-        <value>tf/1.14.0/FP32/unet2d/unet2d.xml</value>
-        <value>tf/1.14.0/FP32/vgg16/vgg16.xml</value>
-        <value>tf/1.14.0/FP32/vgg19/vgg19.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v2/yolo_v2.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v2_voc/yolo_v2_voc.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v2_tiny_voc/yolo_v2_tiny_voc.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v3/yolo_v3.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v3_tiny/yolo_v3_tiny.xml</value>
-        <value>tf/1.14.0/FP32/dssd_avigilon/dssd_avigilon.xml</value>
-        <value>tf/1.14.0/FP32/icv_squeezenet_v1.0/icv_squeezenet_v1.0.xml</value>
-        <value>tf/1.14.0/FP32/icv_squeezenet_v1.1/icv_squeezenet_v1.1.xml</value>
-        <value>mxnet/FP32/caffenet/caffenet.xml</value>
-        <value>mxnet/FP32/densenet_121/densenet_121.xml</value>
-        <value>mxnet/FP32/densenet_161/densenet_161.xml</value>
-        <value>mxnet/FP32/densenet_169/densenet_169.xml</value>
-        <value>mxnet/FP32/densenet_201/densenet_201.xml</value>
-        <value>mxnet/FP32/inception_v3/inception_v3.xml</value>
-        <value>mxnet/FP32/inception_v4/inception_v4.xml</value>
-        <value>mxnet/FP32/mobilenet/mobilenet.xml</value>
-        <value>mxnet/FP32/mobilenet_v2/mobilenet_v2.xml</value>
-        <value>mxnet/FP32/resnet_v1_101/resnet_v1_101.xml</value>
-        <value>mxnet/FP32/resnet_v1_152/resnet_v1_152.xml</value>
-        <value>mxnet/FP32/resnet_v2_101/resnet_v2_101.xml</value>
-        <value>mxnet/FP32/resnet_v2_152/resnet_v2_152.xml</value>
-        <value>mxnet/FP32/resnext_101/resnext_101.xml</value>
-        <value>mxnet/FP32/squeezenet_v1.1/squeezenet_v1.1.xml</value>
-        <value>mxnet/FP32/ssd_inception_v3_512/ssd_inception_v3_512.xml</value>
-        <value>mxnet/FP32/ssd_mobilenet_512/ssd_mobilenet_512.xml</value>
-        <value>mxnet/FP32/ssd_resnet50_512/ssd_resnet50_512.xml</value>
-        <value>mxnet/FP32/ssd_vgg16_300/ssd_vgg16_300.xml</value>
-        <value>mxnet/FP32/vgg16/vgg16.xml</value>
-        <value>mxnet/FP32/vgg19/vgg19.xml</value>
-        <value>mxnet/FP32/dpn_92/dpn_92.xml</value>
-        <value>mxnet/FP32/fcn8s_vgg16/fcn8s_vgg16.xml</value>
-        <value>mxnet/FP32/full_imagenet_network/full_imagenet_network.xml</value>
-        <value>mxnet/FP32/inception_resnet_v2/inception_resnet_v2.xml</value>
-        <value>mxnet/FP32/inception_v3_no_batchnorm/inception_v3_no_batchnorm.xml</value>
-        <value>mxnet/FP32/location_net/location_net.xml</value>
-        <value>mxnet/FP32/lresnet100e/lresnet100e.xml</value>
-        <value>mxnet/FP32/mtcnn_p/mtcnn_p.xml</value>
-        <value>mxnet/FP32/mtcnn_r/mtcnn_r.xml</value>
-        <value>mxnet/FP32/mtcnn_o/mtcnn_o.xml</value>
-        <value>mxnet/FP32/nin/nin.xml</value>
-        <value>mxnet/FP32/nst_vgg19/nst_vgg19.xml</value>
-        <value>mxnet/FP32/resnext_101_64x4d/resnext_101_64x4d.xml</value>
-        <value>mxnet/FP32/yolo_v1_full/yolo_v1_full.xml</value>
-        <value>mxnet/FP32/yolo_v1_tiny/yolo_v1_tiny.xml</value>
-        <value>onnx/FP32/ssd_resnet34/ssd_resnet34.xml</value>
-        <value>onnx/FP32/ssd_resnet34_new/ssd_resnet34_new.xml</value>
-        <value>onnx/FP32/retina_net/retina_net.xml</value>
-        <value>pytorch/FP32/inceptionv3_pretrained/inceptionv3_pretrained.xml</value>
-        <value>pytorch/FP32/resnet50_pretrained/resnet50_pretrained.xml</value>
-        <value>pytorch/FP32/squeezenet_v1.1_pretrained/squeezenet_v1.1_pretrained.xml</value>
-        <value>pytorch/FP32/resnet50_torchvision/resnet50_torchvision.xml</value>
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/alexnet/alexnet.xml" path="caffe/FP32/alexnet/alexnet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/caffenet/caffenet.xml" path="caffe/FP32/caffenet/caffenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_121/densenet_121.xml" path="caffe/FP32/densenet_121/densenet_121.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_161/densenet_161.xml" path="caffe/FP32/densenet_161/densenet_161.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_169/densenet_169.xml" path="caffe/FP32/densenet_169/densenet_169.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_201/densenet_201.xml" path="caffe/FP32/densenet_201/densenet_201.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/dpn_92/dpn_92.xml" path="caffe/FP32/dpn_92/dpn_92.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_resnet_v2/inception_resnet_v2.xml" path="caffe/FP32/inception_resnet_v2/inception_resnet_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v1/inception_v1.xml" path="caffe/FP32/inception_v1/inception_v1.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v2/inception_v2.xml" path="caffe/FP32/inception_v2/inception_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v3/inception_v3.xml" path="caffe/FP32/inception_v3/inception_v3.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v4/inception_v4.xml" path="caffe/FP32/inception_v4/inception_v4.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/lenet/lenet.xml" path="caffe/FP32/lenet/lenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mobilenet/mobilenet.xml" path="caffe/FP32/mobilenet/mobilenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mobilenet_v2/mobilenet_v2.xml" path="caffe/FP32/mobilenet_v2/mobilenet_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_18/resnet_18.xml" path="caffe/FP32/resnet_18/resnet_18.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_50/resnet_v1_50.xml" path="caffe/FP32/resnet_v1_50/resnet_v1_50.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_101/resnet_v1_101.xml" path="caffe/FP32/resnet_v1_101/resnet_v1_101.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_152/resnet_v1_152.xml" path="caffe/FP32/resnet_v1_152/resnet_v1_152.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_269/resnet_v1_269.xml" path="caffe/FP32/resnet_v1_269/resnet_v1_269.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/se_resnext_50/se_resnext_50.xml" path="caffe/FP32/se_resnext_50/se_resnext_50.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/squeezenet_v1.0/squeezenet_v1.0.xml" path="caffe/FP32/squeezenet_v1.0/squeezenet_v1.0.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" path="caffe/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_googlenet/ssd_googlenet.xml" path="caffe/FP32/ssd_googlenet/ssd_googlenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_squeezenet/ssd_squeezenet.xml" path="caffe/FP32/ssd_squeezenet/ssd_squeezenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_mobilenet/ssd_mobilenet.xml" path="caffe/FP32/ssd_mobilenet/ssd_mobilenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" path="caffe/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_vgg16_512/ssd_vgg16_512.xml" path="caffe/FP32/ssd_vgg16_512/ssd_vgg16_512.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/vgg16/vgg16.xml" path="caffe/FP32/vgg16/vgg16.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/vgg19/vgg19.xml" path="caffe/FP32/vgg19/vgg19.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/wrn_50_2/wrn_50_2.xml" path="caffe/FP32/wrn_50_2/wrn_50_2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v1_full/yolo_v1_full.xml" path="caffe/FP32/yolo_v1_full/yolo_v1_full.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" path="caffe/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v2/yolo_v2.xml" path="caffe/FP32/yolo_v2/yolo_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v2_tiny/yolo_v2_tiny.xml" path="caffe/FP32/yolo_v2_tiny/yolo_v2_tiny.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v3/yolo_v3.xml" path="caffe/FP32/yolo_v3/yolo_v3.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/dilation/dilation.xml" path="caffe/FP32/dilation/dilation.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/dssd/dssd.xml" path="caffe/FP32/dssd/dssd.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/fcn8/fcn8.xml" path="caffe/FP32/fcn8/fcn8.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/fcn32/fcn32.xml" path="caffe/FP32/fcn32/fcn32.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/fcn_alexnet/fcn_alexnet.xml" path="caffe/FP32/fcn_alexnet/fcn_alexnet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mtcnn_p/mtcnn_p.xml" path="caffe/FP32/mtcnn_p/mtcnn_p.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mtcnn_r/mtcnn_r.xml" path="caffe/FP32/mtcnn_r/mtcnn_r.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mtcnn_o/mtcnn_o.xml" path="caffe/FP32/mtcnn_o/mtcnn_o.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/openpose_face/openpose_face.xml" path="caffe/FP32/openpose_face/openpose_face.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/openpose_hand/openpose_hand.xml" path="caffe/FP32/openpose_hand/openpose_hand.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/openpose_pose_coco/openpose_pose_coco.xml" path="caffe/FP32/openpose_pose_coco/openpose_pose_coco.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/places205_alexnet/places205_alexnet.xml" path="caffe/FP32/places205_alexnet/places205_alexnet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/places205_googlenet/places205_googlenet.xml" path="caffe/FP32/places205_googlenet/places205_googlenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/se_bn_inception/se_bn_inception.xml" path="caffe/FP32/se_bn_inception/se_bn_inception.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/vnect/vnect.xml" path="caffe/FP32/vnect/vnect.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/bert_base_uncased/bert_base_uncased.xml" path="tf/1.14.0/FP32/bert_base_uncased/bert_base_uncased.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/bert_xnli/bert_xnli.xml" path="tf/1.14.0/FP32/bert_xnli/bert_xnli.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/cmu/cmu.xml" path="tf/1.14.0/FP32/cmu/cmu.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/densenet_121/densenet_121.xml" path="tf/1.14.0/FP32/densenet_121/densenet_121.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/densenet_169/densenet_169.xml" path="tf/1.14.0/FP32/densenet_169/densenet_169.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/deeplab_v3/deeplab_v3.xml" path="tf/1.14.0/FP32/deeplab_v3/deeplab_v3.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/east/east.xml" path="tf/1.14.0/FP32/east/east.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/facenet/facenet.xml" path="tf/1.14.0/FP32/facenet/facenet.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_inception_v2_coco/faster_rcnn_inception_v2_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_inception_v2_coco/faster_rcnn_inception_v2_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_inception_resnet_v2_atrous_coco/faster_rcnn_inception_resnet_v2_atrous_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_inception_resnet_v2_atrous_coco/faster_rcnn_inception_resnet_v2_atrous_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_resnet50_coco/faster_rcnn_resnet50_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_resnet50_coco/faster_rcnn_resnet50_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_resnet101_coco/faster_rcnn_resnet101_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_resnet101_coco/faster_rcnn_resnet101_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/gnmt/gnmt.xml" path="tf/1.14.0/FP32/gnmt/gnmt.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/i3d_rgb/i3d_rgb.xml" path="tf/1.14.0/FP32/i3d_rgb/i3d_rgb.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v1/inception_v1.xml" path="tf/1.14.0/FP32/inception_v1/inception_v1.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v2/inception_v2.xml" path="tf/1.14.0/FP32/inception_v2/inception_v2.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v3/inception_v3.xml" path="tf/1.14.0/FP32/inception_v3/inception_v3.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v4/inception_v4.xml" path="tf/1.14.0/FP32/inception_v4/inception_v4.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_resnet_v2/inception_resnet_v2.xml" path="tf/1.14.0/FP32/inception_resnet_v2/inception_resnet_v2.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mask_rcnn_resnet101_atrous_coco/mask_rcnn_resnet101_atrous_coco.xml" path="tf/1.14.0/FP32/mask_rcnn_resnet101_atrous_coco/mask_rcnn_resnet101_atrous_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v1_0.25_128/mobilenet_v1_0.25_128.xml" path="tf/1.14.0/FP32/mobilenet_v1_0.25_128/mobilenet_v1_0.25_128.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v1_0.5_160/mobilenet_v1_0.5_160.xml" path="tf/1.14.0/FP32/mobilenet_v1_0.5_160/mobilenet_v1_0.5_160.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v1_1.0_224/mobilenet_v1_1.0_224.xml" path="tf/1.14.0/FP32/mobilenet_v1_1.0_224/mobilenet_v1_1.0_224.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224.xml" path="tf/1.14.0/FP32/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224.xml" path="tf/1.14.0/FP32/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ncf/ncf.xml" path="tf/1.14.0/FP32/ncf/ncf.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/nasnet-a_large/nasnet-a_large.xml" path="tf/1.14.0/FP32/nasnet-a_large/nasnet-a_large.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/nasnet-a_mobile/nasnet-a_mobile.xml" path="tf/1.14.0/FP32/nasnet-a_mobile/nasnet-a_mobile.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/pnasnet-5_large/pnasnet-5_large.xml" path="tf/1.14.0/FP32/pnasnet-5_large/pnasnet-5_large.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1_50/resnet_v1_50.xml" path="tf/1.14.0/FP32/resnet_v1_50/resnet_v1_50.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1.5_50/resnet_v1.5_50.xml" path="tf/1.14.0/FP32/resnet_v1.5_50/resnet_v1.5_50.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1_101/resnet_v1_101.xml" path="tf/1.14.0/FP32/resnet_v1_101/resnet_v1_101.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1_152/resnet_v1_152.xml" path="tf/1.14.0/FP32/resnet_v1_152/resnet_v1_152.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v2_50/resnet_v2_50.xml" path="tf/1.14.0/FP32/resnet_v2_50/resnet_v2_50.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v2_101/resnet_v2_101.xml" path="tf/1.14.0/FP32/resnet_v2_101/resnet_v2_101.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v2_152/resnet_v2_152.xml" path="tf/1.14.0/FP32/resnet_v2_152/resnet_v2_152.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/rfcn_resnet101_coco/rfcn_resnet101_coco.xml" path="tf/1.14.0/FP32/rfcn_resnet101_coco/rfcn_resnet101_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" path="tf/1.14.0/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v1_coco/ssd_mobilenet_v1_coco.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v1_coco/ssd_mobilenet_v1_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_coco.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco_602x602/ssd_mobilenet_v1_fpn_coco_602x602.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco_602x602/ssd_mobilenet_v1_fpn_coco_602x602.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v2_coco/ssd_mobilenet_v2_coco.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v2_coco/ssd_mobilenet_v2_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/unet2d/unet2d.xml" path="tf/1.14.0/FP32/unet2d/unet2d.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/vgg16/vgg16.xml" path="tf/1.14.0/FP32/vgg16/vgg16.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/vgg19/vgg19.xml" path="tf/1.14.0/FP32/vgg19/vgg19.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v2/yolo_v2.xml" path="tf/1.14.0/FP32/yolo_v2/yolo_v2.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v2_voc/yolo_v2_voc.xml" path="tf/1.14.0/FP32/yolo_v2_voc/yolo_v2_voc.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v2_tiny_voc/yolo_v2_tiny_voc.xml" path="tf/1.14.0/FP32/yolo_v2_tiny_voc/yolo_v2_tiny_voc.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v3/yolo_v3.xml" path="tf/1.14.0/FP32/yolo_v3/yolo_v3.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v3_tiny/yolo_v3_tiny.xml" path="tf/1.14.0/FP32/yolo_v3_tiny/yolo_v3_tiny.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/dssd_avigilon/dssd_avigilon.xml" path="tf/1.14.0/FP32/dssd_avigilon/dssd_avigilon.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/icv_squeezenet_v1.0/icv_squeezenet_v1.0.xml" path="tf/1.14.0/FP32/icv_squeezenet_v1.0/icv_squeezenet_v1.0.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/icv_squeezenet_v1.1/icv_squeezenet_v1.1.xml" path="tf/1.14.0/FP32/icv_squeezenet_v1.1/icv_squeezenet_v1.1.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/caffenet/caffenet.xml" path="mxnet/FP32/caffenet/caffenet.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_121/densenet_121.xml" path="mxnet/FP32/densenet_121/densenet_121.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_161/densenet_161.xml" path="mxnet/FP32/densenet_161/densenet_161.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_169/densenet_169.xml" path="mxnet/FP32/densenet_169/densenet_169.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_201/densenet_201.xml" path="mxnet/FP32/densenet_201/densenet_201.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_v3/inception_v3.xml" path="mxnet/FP32/inception_v3/inception_v3.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_v4/inception_v4.xml" path="mxnet/FP32/inception_v4/inception_v4.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mobilenet/mobilenet.xml" path="mxnet/FP32/mobilenet/mobilenet.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mobilenet_v2/mobilenet_v2.xml" path="mxnet/FP32/mobilenet_v2/mobilenet_v2.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v1_101/resnet_v1_101.xml" path="mxnet/FP32/resnet_v1_101/resnet_v1_101.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v1_152/resnet_v1_152.xml" path="mxnet/FP32/resnet_v1_152/resnet_v1_152.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v2_101/resnet_v2_101.xml" path="mxnet/FP32/resnet_v2_101/resnet_v2_101.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v2_152/resnet_v2_152.xml" path="mxnet/FP32/resnet_v2_152/resnet_v2_152.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnext_101/resnext_101.xml" path="mxnet/FP32/resnext_101/resnext_101.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" path="mxnet/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_inception_v3_512/ssd_inception_v3_512.xml" path="mxnet/FP32/ssd_inception_v3_512/ssd_inception_v3_512.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_mobilenet_512/ssd_mobilenet_512.xml" path="mxnet/FP32/ssd_mobilenet_512/ssd_mobilenet_512.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_resnet50_512/ssd_resnet50_512.xml" path="mxnet/FP32/ssd_resnet50_512/ssd_resnet50_512.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" path="mxnet/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/vgg16/vgg16.xml" path="mxnet/FP32/vgg16/vgg16.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/vgg19/vgg19.xml" path="mxnet/FP32/vgg19/vgg19.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/dpn_92/dpn_92.xml" path="mxnet/FP32/dpn_92/dpn_92.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/fcn8s_vgg16/fcn8s_vgg16.xml" path="mxnet/FP32/fcn8s_vgg16/fcn8s_vgg16.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/full_imagenet_network/full_imagenet_network.xml" path="mxnet/FP32/full_imagenet_network/full_imagenet_network.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_resnet_v2/inception_resnet_v2.xml" path="mxnet/FP32/inception_resnet_v2/inception_resnet_v2.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_v3_no_batchnorm/inception_v3_no_batchnorm.xml" path="mxnet/FP32/inception_v3_no_batchnorm/inception_v3_no_batchnorm.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/location_net/location_net.xml" path="mxnet/FP32/location_net/location_net.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/lresnet100e/lresnet100e.xml" path="mxnet/FP32/lresnet100e/lresnet100e.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mtcnn_p/mtcnn_p.xml" path="mxnet/FP32/mtcnn_p/mtcnn_p.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mtcnn_r/mtcnn_r.xml" path="mxnet/FP32/mtcnn_r/mtcnn_r.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mtcnn_o/mtcnn_o.xml" path="mxnet/FP32/mtcnn_o/mtcnn_o.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/nin/nin.xml" path="mxnet/FP32/nin/nin.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/nst_vgg19/nst_vgg19.xml" path="mxnet/FP32/nst_vgg19/nst_vgg19.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnext_101_64x4d/resnext_101_64x4d.xml" path="mxnet/FP32/resnext_101_64x4d/resnext_101_64x4d.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/yolo_v1_full/yolo_v1_full.xml" path="mxnet/FP32/yolo_v1_full/yolo_v1_full.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" path="mxnet/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" source="share" />
+        <model framework="onnx" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/onnx/FP32/ssd_resnet34/ssd_resnet34.xml" path="onnx/FP32/ssd_resnet34/ssd_resnet34.xml" source="share" />
+        <model framework="onnx" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/onnx/FP32/ssd_resnet34_new/ssd_resnet34_new.xml" path="onnx/FP32/ssd_resnet34_new/ssd_resnet34_new.xml" source="share" />
+        <model framework="onnx" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/onnx/FP32/retina_net/retina_net.xml" path="onnx/FP32/retina_net/retina_net.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/inceptionv3_pretrained/inceptionv3_pretrained.xml" path="pytorch/FP32/inceptionv3_pretrained/inceptionv3_pretrained.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/resnet50_pretrained/resnet50_pretrained.xml" path="pytorch/FP32/resnet50_pretrained/resnet50_pretrained.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/squeezenet_v1.1_pretrained/squeezenet_v1.1_pretrained.xml" path="pytorch/FP32/squeezenet_v1.1_pretrained/squeezenet_v1.1_pretrained.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/resnet50_torchvision/resnet50_torchvision.xml" path="pytorch/FP32/resnet50_torchvision/resnet50_torchvision.xml" source="share" />
     </models>
 </attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/memcheck_pregen_irs_tests/weekly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memcheck_pregen_irs_tests/weekly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7d356d0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/</value>
-    </irs_path>
-</attributes>
index 1a50d72..6601460 100644 (file)
-<?xml version="1.0"?>
 <attributes>
     <devices>
         <value>CPU</value>
         <value>GPU</value>
     </devices>
     <models>
-        <value>caffe/FP32/alexnet/alexnet.xml</value>
-        <value>caffe/FP32/caffenet/caffenet.xml</value>
-        <value>caffe/FP32/densenet_121/densenet_121.xml</value>
-        <value>caffe/FP32/densenet_161/densenet_161.xml</value>
-        <value>caffe/FP32/densenet_169/densenet_169.xml</value>
-        <value>caffe/FP32/densenet_201/densenet_201.xml</value>
-        <value>caffe/FP32/dpn_92/dpn_92.xml</value>
-        <value>caffe/FP32/inception_resnet_v2/inception_resnet_v2.xml</value>
-        <value>caffe/FP32/inception_v1/inception_v1.xml</value>
-        <value>caffe/FP32/inception_v2/inception_v2.xml</value>
-        <value>caffe/FP32/inception_v3/inception_v3.xml</value>
-        <value>caffe/FP32/inception_v4/inception_v4.xml</value>
-        <value>caffe/FP32/lenet/lenet.xml</value>
-        <value>caffe/FP32/mobilenet/mobilenet.xml</value>
-        <value>caffe/FP32/mobilenet_v2/mobilenet_v2.xml</value>
-        <value>caffe/FP32/resnet_18/resnet_18.xml</value>
-        <value>caffe/FP32/resnet_v1_50/resnet_v1_50.xml</value>
-        <value>caffe/FP32/resnet_v1_101/resnet_v1_101.xml</value>
-        <value>caffe/FP32/resnet_v1_152/resnet_v1_152.xml</value>
-        <value>caffe/FP32/resnet_v1_269/resnet_v1_269.xml</value>
-        <value>caffe/FP32/se_resnext_50/se_resnext_50.xml</value>
-        <value>caffe/FP32/squeezenet_v1.0/squeezenet_v1.0.xml</value>
-        <value>caffe/FP32/squeezenet_v1.1/squeezenet_v1.1.xml</value>
-        <value>caffe/FP32/ssd_googlenet/ssd_googlenet.xml</value>
-        <value>caffe/FP32/ssd_squeezenet/ssd_squeezenet.xml</value>
-        <value>caffe/FP32/ssd_mobilenet/ssd_mobilenet.xml</value>
-        <value>caffe/FP32/ssd_vgg16_300/ssd_vgg16_300.xml</value>
-        <value>caffe/FP32/ssd_vgg16_512/ssd_vgg16_512.xml</value>
-        <value>caffe/FP32/vgg16/vgg16.xml</value>
-        <value>caffe/FP32/vgg19/vgg19.xml</value>
-        <value>caffe/FP32/wrn_50_2/wrn_50_2.xml</value>
-        <value>caffe/FP32/yolo_v1_full/yolo_v1_full.xml</value>
-        <value>caffe/FP32/yolo_v1_tiny/yolo_v1_tiny.xml</value>
-        <value>caffe/FP32/yolo_v2/yolo_v2.xml</value>
-        <value>caffe/FP32/yolo_v2_tiny/yolo_v2_tiny.xml</value>
-        <value>caffe/FP32/yolo_v3/yolo_v3.xml</value>
-        <value>caffe/FP32/dilation/dilation.xml</value>
-        <value>caffe/FP32/dssd/dssd.xml</value>
-        <value>caffe/FP32/fcn8/fcn8.xml</value>
-        <value>caffe/FP32/fcn32/fcn32.xml</value>
-        <value>caffe/FP32/fcn_alexnet/fcn_alexnet.xml</value>
-        <value>caffe/FP32/mtcnn_p/mtcnn_p.xml</value>
-        <value>caffe/FP32/mtcnn_r/mtcnn_r.xml</value>
-        <value>caffe/FP32/mtcnn_o/mtcnn_o.xml</value>
-        <value>caffe/FP32/openpose_face/openpose_face.xml</value>
-        <value>caffe/FP32/openpose_hand/openpose_hand.xml</value>
-        <value>caffe/FP32/openpose_pose_coco/openpose_pose_coco.xml</value>
-        <value>caffe/FP32/places205_alexnet/places205_alexnet.xml</value>
-        <value>caffe/FP32/places205_googlenet/places205_googlenet.xml</value>
-        <value>caffe/FP32/se_bn_inception/se_bn_inception.xml</value>
-        <value>caffe/FP32/vnect/vnect.xml</value>
-        <value>tf/1.14.0/FP32/bert_base_uncased/bert_base_uncased.xml</value>
-        <value>tf/1.14.0/FP32/bert_xnli/bert_xnli.xml</value>
-        <value>tf/1.14.0/FP32/cmu/cmu.xml</value>
-        <value>tf/1.14.0/FP32/densenet_121/densenet_121.xml</value>
-        <value>tf/1.14.0/FP32/densenet_169/densenet_169.xml</value>
-        <value>tf/1.14.0/FP32/deeplab_v3/deeplab_v3.xml</value>
-        <value>tf/1.14.0/FP32/east/east.xml</value>
-        <value>tf/1.14.0/FP32/facenet/facenet.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_inception_v2_coco/faster_rcnn_inception_v2_coco.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_inception_resnet_v2_atrous_coco/faster_rcnn_inception_resnet_v2_atrous_coco.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_resnet50_coco/faster_rcnn_resnet50_coco.xml</value>
-        <value>tf/1.14.0/FP32/faster_rcnn_resnet101_coco/faster_rcnn_resnet101_coco.xml</value>
-        <value>tf/1.14.0/FP32/gnmt/gnmt.xml</value>
-        <value>tf/1.14.0/FP32/i3d_rgb/i3d_rgb.xml</value>
-        <value>tf/1.14.0/FP32/inception_v1/inception_v1.xml</value>
-        <value>tf/1.14.0/FP32/inception_v2/inception_v2.xml</value>
-        <value>tf/1.14.0/FP32/inception_v3/inception_v3.xml</value>
-        <value>tf/1.14.0/FP32/inception_v4/inception_v4.xml</value>
-        <value>tf/1.14.0/FP32/inception_resnet_v2/inception_resnet_v2.xml</value>
-        <value>tf/1.14.0/FP32/mask_rcnn_resnet101_atrous_coco/mask_rcnn_resnet101_atrous_coco.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v1_0.25_128/mobilenet_v1_0.25_128.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v1_0.5_160/mobilenet_v1_0.5_160.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v1_1.0_224/mobilenet_v1_1.0_224.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224.xml</value>
-        <value>tf/1.14.0/FP32/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224.xml</value>
-        <value>tf/1.14.0/FP32/ncf/ncf.xml</value>
-        <value>tf/1.14.0/FP32/nasnet-a_large/nasnet-a_large.xml</value>
-        <value>tf/1.14.0/FP32/nasnet-a_mobile/nasnet-a_mobile.xml</value>
-        <value>tf/1.14.0/FP32/pnasnet-5_large/pnasnet-5_large.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1_50/resnet_v1_50.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1.5_50/resnet_v1.5_50.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1_101/resnet_v1_101.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v1_152/resnet_v1_152.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v2_50/resnet_v2_50.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v2_101/resnet_v2_101.xml</value>
-        <value>tf/1.14.0/FP32/resnet_v2_152/resnet_v2_152.xml</value>
-        <value>tf/1.14.0/FP32/rfcn_resnet101_coco/rfcn_resnet101_coco.xml</value>
-        <value>tf/1.14.0/FP32/squeezenet_v1.1/squeezenet_v1.1.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v1_coco/ssd_mobilenet_v1_coco.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_coco.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco_602x602/ssd_mobilenet_v1_fpn_coco_602x602.xml</value>
-        <value>tf/1.14.0/FP32/ssd_mobilenet_v2_coco/ssd_mobilenet_v2_coco.xml</value>
-        <value>tf/1.14.0/FP32/unet2d/unet2d.xml</value>
-        <value>tf/1.14.0/FP32/vgg16/vgg16.xml</value>
-        <value>tf/1.14.0/FP32/vgg19/vgg19.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v2/yolo_v2.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v2_voc/yolo_v2_voc.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v2_tiny_voc/yolo_v2_tiny_voc.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v3/yolo_v3.xml</value>
-        <value>tf/1.14.0/FP32/yolo_v3_tiny/yolo_v3_tiny.xml</value>
-        <value>tf/1.14.0/FP32/dssd_avigilon/dssd_avigilon.xml</value>
-        <value>tf/1.14.0/FP32/icv_squeezenet_v1.0/icv_squeezenet_v1.0.xml</value>
-        <value>tf/1.14.0/FP32/icv_squeezenet_v1.1/icv_squeezenet_v1.1.xml</value>
-        <value>mxnet/FP32/caffenet/caffenet.xml</value>
-        <value>mxnet/FP32/densenet_121/densenet_121.xml</value>
-        <value>mxnet/FP32/densenet_161/densenet_161.xml</value>
-        <value>mxnet/FP32/densenet_169/densenet_169.xml</value>
-        <value>mxnet/FP32/densenet_201/densenet_201.xml</value>
-        <value>mxnet/FP32/inception_v3/inception_v3.xml</value>
-        <value>mxnet/FP32/inception_v4/inception_v4.xml</value>
-        <value>mxnet/FP32/mobilenet/mobilenet.xml</value>
-        <value>mxnet/FP32/mobilenet_v2/mobilenet_v2.xml</value>
-        <value>mxnet/FP32/resnet_v1_101/resnet_v1_101.xml</value>
-        <value>mxnet/FP32/resnet_v1_152/resnet_v1_152.xml</value>
-        <value>mxnet/FP32/resnet_v2_101/resnet_v2_101.xml</value>
-        <value>mxnet/FP32/resnet_v2_152/resnet_v2_152.xml</value>
-        <value>mxnet/FP32/resnext_101/resnext_101.xml</value>
-        <value>mxnet/FP32/squeezenet_v1.1/squeezenet_v1.1.xml</value>
-        <value>mxnet/FP32/ssd_inception_v3_512/ssd_inception_v3_512.xml</value>
-        <value>mxnet/FP32/ssd_mobilenet_512/ssd_mobilenet_512.xml</value>
-        <value>mxnet/FP32/ssd_resnet50_512/ssd_resnet50_512.xml</value>
-        <value>mxnet/FP32/ssd_vgg16_300/ssd_vgg16_300.xml</value>
-        <value>mxnet/FP32/vgg16/vgg16.xml</value>
-        <value>mxnet/FP32/vgg19/vgg19.xml</value>
-        <value>mxnet/FP32/dpn_92/dpn_92.xml</value>
-        <value>mxnet/FP32/fcn8s_vgg16/fcn8s_vgg16.xml</value>
-        <value>mxnet/FP32/full_imagenet_network/full_imagenet_network.xml</value>
-        <value>mxnet/FP32/inception_resnet_v2/inception_resnet_v2.xml</value>
-        <value>mxnet/FP32/inception_v3_no_batchnorm/inception_v3_no_batchnorm.xml</value>
-        <value>mxnet/FP32/location_net/location_net.xml</value>
-        <value>mxnet/FP32/lresnet100e/lresnet100e.xml</value>
-        <value>mxnet/FP32/mtcnn_p/mtcnn_p.xml</value>
-        <value>mxnet/FP32/mtcnn_r/mtcnn_r.xml</value>
-        <value>mxnet/FP32/mtcnn_o/mtcnn_o.xml</value>
-        <value>mxnet/FP32/nin/nin.xml</value>
-        <value>mxnet/FP32/nst_vgg19/nst_vgg19.xml</value>
-        <value>mxnet/FP32/resnext_101_64x4d/resnext_101_64x4d.xml</value>
-        <value>mxnet/FP32/yolo_v1_full/yolo_v1_full.xml</value>
-        <value>mxnet/FP32/yolo_v1_tiny/yolo_v1_tiny.xml</value>
-        <value>onnx/FP32/ssd_resnet34/ssd_resnet34.xml</value>
-        <value>onnx/FP32/ssd_resnet34_new/ssd_resnet34_new.xml</value>
-        <value>onnx/FP32/retina_net/retina_net.xml</value>
-        <value>pytorch/FP32/inceptionv3_pretrained/inceptionv3_pretrained.xml</value>
-        <value>pytorch/FP32/resnet50_pretrained/resnet50_pretrained.xml</value>
-        <value>pytorch/FP32/squeezenet_v1.1_pretrained/squeezenet_v1.1_pretrained.xml</value>
-        <value>pytorch/FP32/resnet50_torchvision/resnet50_torchvision.xml</value>
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/alexnet/alexnet.xml" path="caffe/FP32/alexnet/alexnet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/caffenet/caffenet.xml" path="caffe/FP32/caffenet/caffenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_121/densenet_121.xml" path="caffe/FP32/densenet_121/densenet_121.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_161/densenet_161.xml" path="caffe/FP32/densenet_161/densenet_161.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_169/densenet_169.xml" path="caffe/FP32/densenet_169/densenet_169.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/densenet_201/densenet_201.xml" path="caffe/FP32/densenet_201/densenet_201.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/dpn_92/dpn_92.xml" path="caffe/FP32/dpn_92/dpn_92.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_resnet_v2/inception_resnet_v2.xml" path="caffe/FP32/inception_resnet_v2/inception_resnet_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v1/inception_v1.xml" path="caffe/FP32/inception_v1/inception_v1.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v2/inception_v2.xml" path="caffe/FP32/inception_v2/inception_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v3/inception_v3.xml" path="caffe/FP32/inception_v3/inception_v3.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/inception_v4/inception_v4.xml" path="caffe/FP32/inception_v4/inception_v4.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/lenet/lenet.xml" path="caffe/FP32/lenet/lenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mobilenet/mobilenet.xml" path="caffe/FP32/mobilenet/mobilenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mobilenet_v2/mobilenet_v2.xml" path="caffe/FP32/mobilenet_v2/mobilenet_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_18/resnet_18.xml" path="caffe/FP32/resnet_18/resnet_18.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_50/resnet_v1_50.xml" path="caffe/FP32/resnet_v1_50/resnet_v1_50.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_101/resnet_v1_101.xml" path="caffe/FP32/resnet_v1_101/resnet_v1_101.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_152/resnet_v1_152.xml" path="caffe/FP32/resnet_v1_152/resnet_v1_152.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/resnet_v1_269/resnet_v1_269.xml" path="caffe/FP32/resnet_v1_269/resnet_v1_269.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/se_resnext_50/se_resnext_50.xml" path="caffe/FP32/se_resnext_50/se_resnext_50.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/squeezenet_v1.0/squeezenet_v1.0.xml" path="caffe/FP32/squeezenet_v1.0/squeezenet_v1.0.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" path="caffe/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_googlenet/ssd_googlenet.xml" path="caffe/FP32/ssd_googlenet/ssd_googlenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_squeezenet/ssd_squeezenet.xml" path="caffe/FP32/ssd_squeezenet/ssd_squeezenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_mobilenet/ssd_mobilenet.xml" path="caffe/FP32/ssd_mobilenet/ssd_mobilenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" path="caffe/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/ssd_vgg16_512/ssd_vgg16_512.xml" path="caffe/FP32/ssd_vgg16_512/ssd_vgg16_512.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/vgg16/vgg16.xml" path="caffe/FP32/vgg16/vgg16.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/vgg19/vgg19.xml" path="caffe/FP32/vgg19/vgg19.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/wrn_50_2/wrn_50_2.xml" path="caffe/FP32/wrn_50_2/wrn_50_2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v1_full/yolo_v1_full.xml" path="caffe/FP32/yolo_v1_full/yolo_v1_full.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" path="caffe/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v2/yolo_v2.xml" path="caffe/FP32/yolo_v2/yolo_v2.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v2_tiny/yolo_v2_tiny.xml" path="caffe/FP32/yolo_v2_tiny/yolo_v2_tiny.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/yolo_v3/yolo_v3.xml" path="caffe/FP32/yolo_v3/yolo_v3.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/dilation/dilation.xml" path="caffe/FP32/dilation/dilation.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/dssd/dssd.xml" path="caffe/FP32/dssd/dssd.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/fcn8/fcn8.xml" path="caffe/FP32/fcn8/fcn8.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/fcn32/fcn32.xml" path="caffe/FP32/fcn32/fcn32.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/fcn_alexnet/fcn_alexnet.xml" path="caffe/FP32/fcn_alexnet/fcn_alexnet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mtcnn_p/mtcnn_p.xml" path="caffe/FP32/mtcnn_p/mtcnn_p.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mtcnn_r/mtcnn_r.xml" path="caffe/FP32/mtcnn_r/mtcnn_r.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/mtcnn_o/mtcnn_o.xml" path="caffe/FP32/mtcnn_o/mtcnn_o.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/openpose_face/openpose_face.xml" path="caffe/FP32/openpose_face/openpose_face.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/openpose_hand/openpose_hand.xml" path="caffe/FP32/openpose_hand/openpose_hand.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/openpose_pose_coco/openpose_pose_coco.xml" path="caffe/FP32/openpose_pose_coco/openpose_pose_coco.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/places205_alexnet/places205_alexnet.xml" path="caffe/FP32/places205_alexnet/places205_alexnet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/places205_googlenet/places205_googlenet.xml" path="caffe/FP32/places205_googlenet/places205_googlenet.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/se_bn_inception/se_bn_inception.xml" path="caffe/FP32/se_bn_inception/se_bn_inception.xml" source="share" />
+        <model framework="caffe" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/caffe/FP32/vnect/vnect.xml" path="caffe/FP32/vnect/vnect.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/bert_base_uncased/bert_base_uncased.xml" path="tf/1.14.0/FP32/bert_base_uncased/bert_base_uncased.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/bert_xnli/bert_xnli.xml" path="tf/1.14.0/FP32/bert_xnli/bert_xnli.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/cmu/cmu.xml" path="tf/1.14.0/FP32/cmu/cmu.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/densenet_121/densenet_121.xml" path="tf/1.14.0/FP32/densenet_121/densenet_121.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/densenet_169/densenet_169.xml" path="tf/1.14.0/FP32/densenet_169/densenet_169.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/deeplab_v3/deeplab_v3.xml" path="tf/1.14.0/FP32/deeplab_v3/deeplab_v3.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/east/east.xml" path="tf/1.14.0/FP32/east/east.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/facenet/facenet.xml" path="tf/1.14.0/FP32/facenet/facenet.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_inception_v2_coco/faster_rcnn_inception_v2_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_inception_v2_coco/faster_rcnn_inception_v2_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_inception_resnet_v2_atrous_coco/faster_rcnn_inception_resnet_v2_atrous_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_inception_resnet_v2_atrous_coco/faster_rcnn_inception_resnet_v2_atrous_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_resnet50_coco/faster_rcnn_resnet50_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_resnet50_coco/faster_rcnn_resnet50_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/faster_rcnn_resnet101_coco/faster_rcnn_resnet101_coco.xml" path="tf/1.14.0/FP32/faster_rcnn_resnet101_coco/faster_rcnn_resnet101_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/gnmt/gnmt.xml" path="tf/1.14.0/FP32/gnmt/gnmt.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/i3d_rgb/i3d_rgb.xml" path="tf/1.14.0/FP32/i3d_rgb/i3d_rgb.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v1/inception_v1.xml" path="tf/1.14.0/FP32/inception_v1/inception_v1.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v2/inception_v2.xml" path="tf/1.14.0/FP32/inception_v2/inception_v2.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v3/inception_v3.xml" path="tf/1.14.0/FP32/inception_v3/inception_v3.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_v4/inception_v4.xml" path="tf/1.14.0/FP32/inception_v4/inception_v4.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/inception_resnet_v2/inception_resnet_v2.xml" path="tf/1.14.0/FP32/inception_resnet_v2/inception_resnet_v2.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mask_rcnn_resnet101_atrous_coco/mask_rcnn_resnet101_atrous_coco.xml" path="tf/1.14.0/FP32/mask_rcnn_resnet101_atrous_coco/mask_rcnn_resnet101_atrous_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v1_0.25_128/mobilenet_v1_0.25_128.xml" path="tf/1.14.0/FP32/mobilenet_v1_0.25_128/mobilenet_v1_0.25_128.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v1_0.5_160/mobilenet_v1_0.5_160.xml" path="tf/1.14.0/FP32/mobilenet_v1_0.5_160/mobilenet_v1_0.5_160.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v1_1.0_224/mobilenet_v1_1.0_224.xml" path="tf/1.14.0/FP32/mobilenet_v1_1.0_224/mobilenet_v1_1.0_224.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224.xml" path="tf/1.14.0/FP32/mobilenet_v2_1.0_224/mobilenet_v2_1.0_224.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224.xml" path="tf/1.14.0/FP32/mobilenet_v2_1.4_224/mobilenet_v2_1.4_224.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ncf/ncf.xml" path="tf/1.14.0/FP32/ncf/ncf.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/nasnet-a_large/nasnet-a_large.xml" path="tf/1.14.0/FP32/nasnet-a_large/nasnet-a_large.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/nasnet-a_mobile/nasnet-a_mobile.xml" path="tf/1.14.0/FP32/nasnet-a_mobile/nasnet-a_mobile.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/pnasnet-5_large/pnasnet-5_large.xml" path="tf/1.14.0/FP32/pnasnet-5_large/pnasnet-5_large.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1_50/resnet_v1_50.xml" path="tf/1.14.0/FP32/resnet_v1_50/resnet_v1_50.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1.5_50/resnet_v1.5_50.xml" path="tf/1.14.0/FP32/resnet_v1.5_50/resnet_v1.5_50.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1_101/resnet_v1_101.xml" path="tf/1.14.0/FP32/resnet_v1_101/resnet_v1_101.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v1_152/resnet_v1_152.xml" path="tf/1.14.0/FP32/resnet_v1_152/resnet_v1_152.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v2_50/resnet_v2_50.xml" path="tf/1.14.0/FP32/resnet_v2_50/resnet_v2_50.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v2_101/resnet_v2_101.xml" path="tf/1.14.0/FP32/resnet_v2_101/resnet_v2_101.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/resnet_v2_152/resnet_v2_152.xml" path="tf/1.14.0/FP32/resnet_v2_152/resnet_v2_152.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/rfcn_resnet101_coco/rfcn_resnet101_coco.xml" path="tf/1.14.0/FP32/rfcn_resnet101_coco/rfcn_resnet101_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" path="tf/1.14.0/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v1_coco/ssd_mobilenet_v1_coco.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v1_coco/ssd_mobilenet_v1_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_coco.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco/ssd_mobilenet_v1_fpn_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco_602x602/ssd_mobilenet_v1_fpn_coco_602x602.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v1_fpn_coco_602x602/ssd_mobilenet_v1_fpn_coco_602x602.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/ssd_mobilenet_v2_coco/ssd_mobilenet_v2_coco.xml" path="tf/1.14.0/FP32/ssd_mobilenet_v2_coco/ssd_mobilenet_v2_coco.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/unet2d/unet2d.xml" path="tf/1.14.0/FP32/unet2d/unet2d.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/vgg16/vgg16.xml" path="tf/1.14.0/FP32/vgg16/vgg16.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/vgg19/vgg19.xml" path="tf/1.14.0/FP32/vgg19/vgg19.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v2/yolo_v2.xml" path="tf/1.14.0/FP32/yolo_v2/yolo_v2.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v2_voc/yolo_v2_voc.xml" path="tf/1.14.0/FP32/yolo_v2_voc/yolo_v2_voc.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v2_tiny_voc/yolo_v2_tiny_voc.xml" path="tf/1.14.0/FP32/yolo_v2_tiny_voc/yolo_v2_tiny_voc.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v3/yolo_v3.xml" path="tf/1.14.0/FP32/yolo_v3/yolo_v3.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/yolo_v3_tiny/yolo_v3_tiny.xml" path="tf/1.14.0/FP32/yolo_v3_tiny/yolo_v3_tiny.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/dssd_avigilon/dssd_avigilon.xml" path="tf/1.14.0/FP32/dssd_avigilon/dssd_avigilon.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/icv_squeezenet_v1.0/icv_squeezenet_v1.0.xml" path="tf/1.14.0/FP32/icv_squeezenet_v1.0/icv_squeezenet_v1.0.xml" source="share" />
+        <model framework="tf" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/tf/1.14.0/FP32/icv_squeezenet_v1.1/icv_squeezenet_v1.1.xml" path="tf/1.14.0/FP32/icv_squeezenet_v1.1/icv_squeezenet_v1.1.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/caffenet/caffenet.xml" path="mxnet/FP32/caffenet/caffenet.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_121/densenet_121.xml" path="mxnet/FP32/densenet_121/densenet_121.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_161/densenet_161.xml" path="mxnet/FP32/densenet_161/densenet_161.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_169/densenet_169.xml" path="mxnet/FP32/densenet_169/densenet_169.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/densenet_201/densenet_201.xml" path="mxnet/FP32/densenet_201/densenet_201.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_v3/inception_v3.xml" path="mxnet/FP32/inception_v3/inception_v3.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_v4/inception_v4.xml" path="mxnet/FP32/inception_v4/inception_v4.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mobilenet/mobilenet.xml" path="mxnet/FP32/mobilenet/mobilenet.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mobilenet_v2/mobilenet_v2.xml" path="mxnet/FP32/mobilenet_v2/mobilenet_v2.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v1_101/resnet_v1_101.xml" path="mxnet/FP32/resnet_v1_101/resnet_v1_101.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v1_152/resnet_v1_152.xml" path="mxnet/FP32/resnet_v1_152/resnet_v1_152.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v2_101/resnet_v2_101.xml" path="mxnet/FP32/resnet_v2_101/resnet_v2_101.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnet_v2_152/resnet_v2_152.xml" path="mxnet/FP32/resnet_v2_152/resnet_v2_152.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnext_101/resnext_101.xml" path="mxnet/FP32/resnext_101/resnext_101.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" path="mxnet/FP32/squeezenet_v1.1/squeezenet_v1.1.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_inception_v3_512/ssd_inception_v3_512.xml" path="mxnet/FP32/ssd_inception_v3_512/ssd_inception_v3_512.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_mobilenet_512/ssd_mobilenet_512.xml" path="mxnet/FP32/ssd_mobilenet_512/ssd_mobilenet_512.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_resnet50_512/ssd_resnet50_512.xml" path="mxnet/FP32/ssd_resnet50_512/ssd_resnet50_512.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" path="mxnet/FP32/ssd_vgg16_300/ssd_vgg16_300.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/vgg16/vgg16.xml" path="mxnet/FP32/vgg16/vgg16.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/vgg19/vgg19.xml" path="mxnet/FP32/vgg19/vgg19.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/dpn_92/dpn_92.xml" path="mxnet/FP32/dpn_92/dpn_92.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/fcn8s_vgg16/fcn8s_vgg16.xml" path="mxnet/FP32/fcn8s_vgg16/fcn8s_vgg16.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/full_imagenet_network/full_imagenet_network.xml" path="mxnet/FP32/full_imagenet_network/full_imagenet_network.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_resnet_v2/inception_resnet_v2.xml" path="mxnet/FP32/inception_resnet_v2/inception_resnet_v2.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/inception_v3_no_batchnorm/inception_v3_no_batchnorm.xml" path="mxnet/FP32/inception_v3_no_batchnorm/inception_v3_no_batchnorm.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/location_net/location_net.xml" path="mxnet/FP32/location_net/location_net.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/lresnet100e/lresnet100e.xml" path="mxnet/FP32/lresnet100e/lresnet100e.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mtcnn_p/mtcnn_p.xml" path="mxnet/FP32/mtcnn_p/mtcnn_p.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mtcnn_r/mtcnn_r.xml" path="mxnet/FP32/mtcnn_r/mtcnn_r.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/mtcnn_o/mtcnn_o.xml" path="mxnet/FP32/mtcnn_o/mtcnn_o.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/nin/nin.xml" path="mxnet/FP32/nin/nin.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/nst_vgg19/nst_vgg19.xml" path="mxnet/FP32/nst_vgg19/nst_vgg19.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/resnext_101_64x4d/resnext_101_64x4d.xml" path="mxnet/FP32/resnext_101_64x4d/resnext_101_64x4d.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/yolo_v1_full/yolo_v1_full.xml" path="mxnet/FP32/yolo_v1_full/yolo_v1_full.xml" source="share" />
+        <model framework="mxnet" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/mxnet/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" path="mxnet/FP32/yolo_v1_tiny/yolo_v1_tiny.xml" source="share" />
+        <model framework="onnx" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/onnx/FP32/ssd_resnet34/ssd_resnet34.xml" path="onnx/FP32/ssd_resnet34/ssd_resnet34.xml" source="share" />
+        <model framework="onnx" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/onnx/FP32/ssd_resnet34_new/ssd_resnet34_new.xml" path="onnx/FP32/ssd_resnet34_new/ssd_resnet34_new.xml" source="share" />
+        <model framework="onnx" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/onnx/FP32/retina_net/retina_net.xml" path="onnx/FP32/retina_net/retina_net.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/inceptionv3_pretrained/inceptionv3_pretrained.xml" path="pytorch/FP32/inceptionv3_pretrained/inceptionv3_pretrained.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/resnet50_pretrained/resnet50_pretrained.xml" path="pytorch/FP32/resnet50_pretrained/resnet50_pretrained.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/squeezenet_v1.1_pretrained/squeezenet_v1.1_pretrained.xml" path="pytorch/FP32/squeezenet_v1.1_pretrained/squeezenet_v1.1_pretrained.xml" source="share" />
+        <model framework="pytorch" full_path="/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/pytorch/FP32/resnet50_torchvision/resnet50_torchvision.xml" path="pytorch/FP32/resnet50_torchvision/resnet50_torchvision.xml" source="share" />
     </models>
 </attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/memcheck_tests/nightly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memcheck_tests/nightly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index 10f94df..4d7fc7d 100644 (file)
-<?xml version="1.0"?>
 <attributes>
     <devices>
         <value>CPU</value>
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/mobilenet-v2-1.4-224/FP32/mobilenet-v2-1.4-224.xml</value>
-        <value>public/resnet-101/FP32/resnet-101.xml</value>
-        <value>public/brain-tumor-segmentation-0001/FP32/brain-tumor-segmentation-0001.xml</value>
-        <value>public/octave-resnet-101-0.125/FP32/octave-resnet-101-0.125.xml</value>
-        <value>public/faster_rcnn_inception_resnet_v2_atrous_coco/FP32/faster_rcnn_inception_resnet_v2_atrous_coco.xml</value>
-        <value>public/efficientnet-b7_auto_aug/FP32/efficientnet-b7_auto_aug.xml</value>
-        <value>public/yolo-v2-tf/FP32/yolo-v2-tf.xml</value>
-        <value>public/mobilenet-v2-1.0-224/FP32/mobilenet-v2-1.0-224.xml</value>
-        <value>public/colorization-v2-norebal/FP32/colorization-v2-norebal.xml</value>
-        <value>public/se-inception/FP32/se-inception.xml</value>
-        <value>public/efficientnet-b0/FP32/efficientnet-b0.xml</value>
-        <value>public/mobilenet-v1-1.0-224-tf/FP32/mobilenet-v1-1.0-224-tf.xml</value>
-        <value>public/mask_rcnn_resnet101_atrous_coco/FP32/mask_rcnn_resnet101_atrous_coco.xml</value>
-        <value>public/ssd_mobilenet_v1_coco/FP32/ssd_mobilenet_v1_coco.xml</value>
-        <value>public/se-resnet-152/FP32/se-resnet-152.xml</value>
-        <value>public/octave-resnext-50-0.25/FP32/octave-resnext-50-0.25.xml</value>
-        <value>public/googlenet-v3/FP32/googlenet-v3.xml</value>
-        <value>public/ssd_mobilenet_v2_coco/FP32/ssd_mobilenet_v2_coco.xml</value>
-        <value>public/alexnet/FP32/alexnet.xml</value>
-        <value>public/license-plate-recognition-barrier-0007/FP32/license-plate-recognition-barrier-0007.xml</value>
-        <value>public/mobilenet-v1-0.50-224/FP32/mobilenet-v1-0.50-224.xml</value>
-        <value>public/ssd_mobilenet_v1_fpn_coco/FP32/ssd_mobilenet_v1_fpn_coco.xml</value>
-        <value>public/vgg16/FP32/vgg16.xml</value>
-        <value>public/face-recognition-resnet34-arcface/FP32/face-recognition-resnet34-arcface.xml</value>
-        <value>public/gmcnn-places2-tf/FP32/gmcnn-places2-tf.xml</value>
-        <value>public/mobilenet-v1-1.0-224/FP32/mobilenet-v1-1.0-224.xml</value>
-        <value>public/se-resnet-101/FP32/se-resnet-101.xml</value>
-        <value>public/face-detection-retail-0044/FP32/face-detection-retail-0044.xml</value>
-        <value>public/face-recognition-mobilefacenet-arcface/FP32/face-recognition-mobilefacenet-arcface.xml</value>
-        <value>public/vehicle-license-plate-detection-barrier-0123/FP32/vehicle-license-plate-detection-barrier-0123.xml</value>
-        <value>public/densenet-161/FP32/densenet-161.xml</value>
-        <value>public/mask_rcnn_inception_resnet_v2_atrous_coco/FP32/mask_rcnn_inception_resnet_v2_atrous_coco.xml</value>
-        <value>public/octave-resnext-101-0.25/FP32/octave-resnext-101-0.25.xml</value>
-        <value>public/face-recognition-resnet50-arcface/FP32/face-recognition-resnet50-arcface.xml</value>
-        <value>public/densenet-161-tf/FP32/densenet-161-tf.xml</value>
-        <value>public/octave-resnet-200-0.125/FP32/octave-resnet-200-0.125.xml</value>
-        <value>public/mtcnn/mtcnn-p/FP32/mtcnn-p.xml</value>
-        <value>public/se-resnext-101/FP32/se-resnext-101.xml</value>
-        <value>public/efficientnet-b5/FP32/efficientnet-b5.xml</value>
-        <value>public/densenet-169-tf/FP32/densenet-169-tf.xml</value>
-        <value>public/densenet-201/FP32/densenet-201.xml</value>
-        <value>public/resnet-50-tf/FP32/resnet-50-tf.xml</value>
-        <value>public/squeezenet1.1/FP32/squeezenet1.1.xml</value>
-        <value>public/squeezenet1.0/FP32/squeezenet1.0.xml</value>
-        <value>public/octave-resnet-26-0.25/FP32/octave-resnet-26-0.25.xml</value>
-        <value>public/googlenet-v4-tf/FP32/googlenet-v4-tf.xml</value>
-        <value>public/ssd300/FP32/ssd300.xml</value>
-        <value>public/rfcn-resnet101-coco-tf/FP32/rfcn-resnet101-coco-tf.xml</value>
-        <value>public/vgg19/FP32/vgg19.xml</value>
-        <value>public/ctdet_coco_dlav0_384/FP32/ctdet_coco_dlav0_384.xml</value>
-        <value>public/efficientnet-b0_auto_aug/FP32/efficientnet-b0_auto_aug.xml</value>
-        <value>public/googlenet-v1/FP32/googlenet-v1.xml</value>
-        <value>public/faster_rcnn_inception_v2_coco/FP32/faster_rcnn_inception_v2_coco.xml</value>
-        <value>public/mask_rcnn_inception_v2_coco/FP32/mask_rcnn_inception_v2_coco.xml</value>
-        <value>public/inception-resnet-v2-tf/FP32/inception-resnet-v2-tf.xml</value>
-        <value>public/deeplabv3/FP32/deeplabv3.xml</value>
-        <value>public/yolo-v3-tf/FP32/yolo-v3-tf.xml</value>
-        <value>public/resnet-152/FP32/resnet-152.xml</value>
-        <value>public/mtcnn/mtcnn-o/FP32/mtcnn-o.xml</value>
-        <value>public/octave-se-resnet-50-0.125/FP32/octave-se-resnet-50-0.125.xml</value>
-        <value>public/yolo-v1-tiny-tf/FP32/yolo-v1-tiny-tf.xml</value>
-        <value>public/resnet-50/FP32/resnet-50.xml</value>
-        <value>public/googlenet-v1-tf/FP32/googlenet-v1-tf.xml</value>
-        <value>public/yolo-v2-tiny-tf/FP32/yolo-v2-tiny-tf.xml</value>
-        <value>public/ssd512/FP32/ssd512.xml</value>
-        <value>public/densenet-169/FP32/densenet-169.xml</value>
-        <value>public/brain-tumor-segmentation-0002/FP32/brain-tumor-segmentation-0002.xml</value>
-        <value>public/Sphereface/FP32/Sphereface.xml</value>
-        <value>public/googlenet-v2/FP32/googlenet-v2.xml</value>
-        <value>public/face-recognition-resnet100-arcface/FP32/face-recognition-resnet100-arcface.xml</value>
-        <value>public/mobilenet-v1-0.25-128/FP32/mobilenet-v1-0.25-128.xml</value>
-        <value>public/ctdet_coco_dlav0_512/FP32/ctdet_coco_dlav0_512.xml</value>
-        <value>public/facenet-20180408-102900/FP32/facenet-20180408-102900.xml</value>
-        <value>public/ctpn/FP32/ctpn.xml</value>
-        <value>public/ssdlite_mobilenet_v2/FP32/ssdlite_mobilenet_v2.xml</value>
-        <value>public/i3d-rgb-tf/FP32/i3d-rgb-tf.xml</value>
-        <value>public/mobilenet-v2/FP32/mobilenet-v2.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <value>public/se-resnext-50/FP32/se-resnext-50.xml</value>
-        <value>public/caffenet/FP32/caffenet.xml</value>
-        <value>public/mtcnn/mtcnn-r/FP32/mtcnn-r.xml</value>
-        <value>public/faster_rcnn_resnet50_coco/FP32/faster_rcnn_resnet50_coco.xml</value>
-        <value>public/se-resnet-50/FP32/se-resnet-50.xml</value>
-        <value>public/mask_rcnn_resnet50_atrous_coco/FP32/mask_rcnn_resnet50_atrous_coco.xml</value>
-        <value>public/octave-resnet-50-0.125/FP32/octave-resnet-50-0.125.xml</value>
-        <value>public/densenet-121-tf/FP32/densenet-121-tf.xml</value>
-        <value>public/mobilenet-v1-0.50-160/FP32/mobilenet-v1-0.50-160.xml</value>
-        <value>public/densenet-121/FP32/densenet-121.xml</value>
-        <value>public/faster_rcnn_resnet101_coco/FP32/faster_rcnn_resnet101_coco.xml</value>
-        <value>public/octave-densenet-121-0.125/FP32/octave-densenet-121-0.125.xml</value>
-        <value>public/colorization-v2/FP32/colorization-v2.xml</value>
-        <value>public/densenet-121-caffe2/FP32/densenet-121-caffe2.xml</value>
-        <value>public/efficientnet-b0-pytorch/FP32/efficientnet-b0-pytorch.xml</value>
-        <value>public/efficientnet-b5-pytorch/FP32/efficientnet-b5-pytorch.xml</value>
-        <value>public/efficientnet-b7-pytorch/FP32/efficientnet-b7-pytorch.xml</value>
-        <value>public/googlenet-v3-pytorch/FP32/googlenet-v3-pytorch.xml</value>
-        <value>public/human-pose-estimation-3d-0001/FP32/human-pose-estimation-3d-0001.xml</value>
-        <value>public/midasnet/FP32/midasnet.xml</value>
-        <value>public/mobilenet-v2-pytorch/FP32/mobilenet-v2-pytorch.xml</value>
-        <value>public/resnet-18-pytorch/FP32/resnet-18-pytorch.xml</value>
-        <value>public/resnet-50-caffe2/FP32/resnet-50-caffe2.xml</value>
-        <value>public/resnet-50-pytorch/FP32/resnet-50-pytorch.xml</value>
-        <value>public/single-human-pose-estimation-0001/FP32/single-human-pose-estimation-0001.xml</value>
-        <value>public/squeezenet1.1-caffe2/FP32/squeezenet1.1-caffe2.xml</value>
-        <value>public/vgg19-caffe2/FP32/vgg19-caffe2.xml</value>
-        <value>intel/facial-landmarks-35-adas-0002/FP32/facial-landmarks-35-adas-0002.xml</value>
-        <value>intel/vehicle-attributes-recognition-barrier-0039/FP32/vehicle-attributes-recognition-barrier-0039.xml</value>
-        <value>intel/person-detection-action-recognition-0006/FP32/person-detection-action-recognition-0006.xml</value>
-        <value>intel/asl-recognition-0004/FP32/asl-recognition-0004.xml</value>
-        <value>intel/yolo-v2-tiny-ava-sparse-30-0001/FP32/yolo-v2-tiny-ava-sparse-30-0001.xml</value>
-        <value>intel/text-detection-0004/FP32/text-detection-0004.xml</value>
-        <value>intel/person-vehicle-bike-detection-crossroad-1016/FP32/person-vehicle-bike-detection-crossroad-1016.xml</value>
-        <value>intel/text-spotting-0002-detector/FP32/text-spotting-0002-detector.xml</value>
-        <value>intel/age-gender-recognition-retail-0013/FP32/age-gender-recognition-retail-0013.xml</value>
-        <value>intel/vehicle-detection-adas-0002/FP32/vehicle-detection-adas-0002.xml</value>
-        <value>intel/image-retrieval-0001/FP32/image-retrieval-0001.xml</value>
-        <value>intel/person-detection-retail-0002/FP32/person-detection-retail-0002.xml</value>
-        <value>intel/person-attributes-recognition-crossroad-0230/FP32/person-attributes-recognition-crossroad-0230.xml</value>
-        <value>intel/face-detection-0100/FP32/face-detection-0100.xml</value>
-        <value>intel/face-detection-0102/FP32/face-detection-0102.xml</value>
-        <value>intel/person-reidentification-retail-0300/FP32/person-reidentification-retail-0300.xml</value>
-        <value>intel/instance-segmentation-security-0010/FP32/instance-segmentation-security-0010.xml</value>
-        <value>intel/instance-segmentation-security-0083/FP32/instance-segmentation-security-0083.xml</value>
-        <value>intel/face-detection-0105/FP32/face-detection-0105.xml</value>
-        <value>intel/face-detection-0104/FP32/face-detection-0104.xml</value>
-        <value>intel/icnet-camvid-ava-sparse-30-0001/FP32/icnet-camvid-ava-sparse-30-0001.xml</value>
-        <value>intel/action-recognition-0001-decoder/FP32/action-recognition-0001-decoder.xml</value>
-        <value>intel/face-detection-0106/FP32/face-detection-0106.xml</value>
-        <value>intel/person-detection-action-recognition-teacher-0002/FP32/person-detection-action-recognition-teacher-0002.xml</value>
-        <value>intel/person-vehicle-bike-detection-crossroad-0078/FP32/person-vehicle-bike-detection-crossroad-0078.xml</value>
-        <value>intel/icnet-camvid-ava-sparse-60-0001/FP32/icnet-camvid-ava-sparse-60-0001.xml</value>
-        <value>intel/face-detection-adas-0001/FP32/face-detection-adas-0001.xml</value>
-        <value>intel/unet-camvid-onnx-0001/FP32/unet-camvid-onnx-0001.xml</value>
-        <value>intel/human-pose-estimation-0001/FP32/human-pose-estimation-0001.xml</value>
-        <value>intel/faster-rcnn-resnet101-coco-sparse-60-0001/FP32/faster-rcnn-resnet101-coco-sparse-60-0001.xml</value>
-        <value>intel/action-recognition-0001-encoder/FP32/action-recognition-0001-encoder.xml</value>
-        <value>intel/yolo-v2-ava-sparse-35-0001/FP32/yolo-v2-ava-sparse-35-0001.xml</value>
-        <value>intel/yolo-v2-ava-sparse-70-0001/FP32/yolo-v2-ava-sparse-70-0001.xml</value>
-        <value>intel/person-reidentification-retail-0248/FP32/person-reidentification-retail-0248.xml</value>
-        <value>intel/person-detection-raisinghand-recognition-0001/FP32/person-detection-raisinghand-recognition-0001.xml</value>
-        <value>intel/person-detection-asl-0001/FP32/person-detection-asl-0001.xml</value>
-        <value>intel/emotions-recognition-retail-0003/FP32/emotions-recognition-retail-0003.xml</value>
-        <value>intel/yolo-v2-tiny-ava-0001/FP32/yolo-v2-tiny-ava-0001.xml</value>
-        <value>intel/license-plate-recognition-barrier-0001/FP32/license-plate-recognition-barrier-0001.xml</value>
-        <value>intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml</value>
-        <value>intel/instance-segmentation-security-0050/FP32/instance-segmentation-security-0050.xml</value>
-        <value>intel/single-image-super-resolution-1032/FP32/single-image-super-resolution-1032.xml</value>
-        <value>intel/landmarks-regression-retail-0009/FP32/landmarks-regression-retail-0009.xml</value>
-        <value>intel/driver-action-recognition-adas-0002-decoder/FP32/driver-action-recognition-adas-0002-decoder.xml</value>
-        <value>intel/person-reidentification-retail-0249/FP32/person-reidentification-retail-0249.xml</value>
-        <value>intel/text-spotting-0002-recognizer-decoder/FP32/text-spotting-0002-recognizer-decoder.xml</value>
-        <value>intel/yolo-v2-ava-0001/FP32/yolo-v2-ava-0001.xml</value>
-        <value>intel/person-detection-action-recognition-0005/FP32/person-detection-action-recognition-0005.xml</value>
-        <value>intel/text-recognition-0012/FP32/text-recognition-0012.xml</value>
-        <value>intel/face-detection-retail-0004/FP32/face-detection-retail-0004.xml</value>
-        <value>intel/product-detection-0001/FP32/product-detection-0001.xml</value>
-        <value>intel/yolo-v2-tiny-ava-sparse-60-0001/FP32/yolo-v2-tiny-ava-sparse-60-0001.xml</value>
-        <value>intel/face-reidentification-retail-0095/FP32/face-reidentification-retail-0095.xml</value>
-        <value>intel/road-segmentation-adas-0001/FP32/road-segmentation-adas-0001.xml</value>
-        <value>intel/single-image-super-resolution-1033/FP32/single-image-super-resolution-1033.xml</value>
-        <value>intel/face-detection-retail-0005/FP32/face-detection-retail-0005.xml</value>
-        <value>intel/pedestrian-and-vehicle-detector-adas-0001/FP32/pedestrian-and-vehicle-detector-adas-0001.xml</value>
-        <value>intel/handwritten-japanese-recognition-0001/FP32/handwritten-japanese-recognition-0001.xml</value>
-        <value>intel/semantic-segmentation-adas-0001/FP32/semantic-segmentation-adas-0001.xml</value>
-        <value>intel/pedestrian-detection-adas-0002/FP32/pedestrian-detection-adas-0002.xml</value>
-        <value>intel/driver-action-recognition-adas-0002-encoder/FP32/driver-action-recognition-adas-0002-encoder.xml</value>
-        <value>intel/text-detection-0003/FP32/text-detection-0003.xml</value>
-        <value>intel/text-spotting-0002-recognizer-encoder/FP32/text-spotting-0002-recognizer-encoder.xml</value>
-        <value>intel/handwritten-score-recognition-0003/FP32/handwritten-score-recognition-0003.xml</value>
-        <value>intel/icnet-camvid-ava-0001/FP32/icnet-camvid-ava-0001.xml</value>
-        <value>intel/text-image-super-resolution-0001/FP32/text-image-super-resolution-0001.xml</value>
-        <value>intel/gaze-estimation-adas-0002/FP32/gaze-estimation-adas-0002.xml</value>
-        <value>intel/head-pose-estimation-adas-0001/FP32/head-pose-estimation-adas-0001.xml</value>
-        <value>intel/vehicle-license-plate-detection-barrier-0106/FP32/vehicle-license-plate-detection-barrier-0106.xml</value>
-        <value>intel/instance-segmentation-security-1025/FP32/instance-segmentation-security-1025.xml</value>
+        <model name="mobilenet-v2-1.4-224" source="omz" />
+        <model name="resnet-101" source="omz" />
+        <model name="brain-tumor-segmentation-0001" source="omz" />
+        <model name="octave-resnet-101-0.125" source="omz" />
+        <model name="faster_rcnn_inception_resnet_v2_atrous_coco" source="omz" />
+        <model name="efficientnet-b7_auto_aug" source="omz" />
+        <model name="yolo-v2-tf" source="omz" />
+        <model name="mobilenet-v2-1.0-224" source="omz" />
+        <model name="colorization-v2-norebal" source="omz" />
+        <model name="se-inception" source="omz" />
+        <model name="efficientnet-b0" source="omz" />
+        <model name="mobilenet-v1-1.0-224-tf" source="omz" />
+        <model name="mask_rcnn_resnet101_atrous_coco" source="omz" />
+        <model name="ssd_mobilenet_v1_coco" source="omz" />
+        <model name="se-resnet-152" source="omz" />
+        <model name="octave-resnext-50-0.25" source="omz" />
+        <model name="googlenet-v3" source="omz" />
+        <model name="ssd_mobilenet_v2_coco" source="omz" />
+        <model name="alexnet" source="omz" />
+        <model name="license-plate-recognition-barrier-0007" source="omz" />
+        <model name="mobilenet-v1-0.50-224" source="omz" />
+        <model name="ssd_mobilenet_v1_fpn_coco" source="omz" />
+        <model name="vgg16" source="omz" />
+        <model name="face-recognition-resnet34-arcface" source="omz" />
+        <model name="gmcnn-places2-tf" source="omz" />
+        <model name="mobilenet-v1-1.0-224" source="omz" />
+        <model name="se-resnet-101" source="omz" />
+        <model name="face-detection-retail-0044" source="omz" />
+        <model name="face-recognition-mobilefacenet-arcface" source="omz" />
+        <model name="vehicle-license-plate-detection-barrier-0123" source="omz" />
+        <model name="densenet-161" source="omz" />
+        <model name="mask_rcnn_inception_resnet_v2_atrous_coco" source="omz" />
+        <model name="octave-resnext-101-0.25" source="omz" />
+        <model name="face-recognition-resnet50-arcface" source="omz" />
+        <model name="densenet-161-tf" source="omz" />
+        <model name="octave-resnet-200-0.125" source="omz" />
+        <model name="mtcnn-p" source="omz" />
+        <model name="se-resnext-101" source="omz" />
+        <model name="efficientnet-b5" source="omz" />
+        <model name="densenet-169-tf" source="omz" />
+        <model name="densenet-201" source="omz" />
+        <model name="resnet-50-tf" source="omz" />
+        <model name="squeezenet1.1" source="omz" />
+        <model name="squeezenet1.0" source="omz" />
+        <model name="octave-resnet-26-0.25" source="omz" />
+        <model name="googlenet-v4-tf" source="omz" />
+        <model name="ssd300" source="omz" />
+        <model name="rfcn-resnet101-coco-tf" source="omz" />
+        <model name="vgg19" source="omz" />
+        <model name="ctdet_coco_dlav0_384" source="omz" />
+        <model name="efficientnet-b0_auto_aug" source="omz" />
+        <model name="googlenet-v1" source="omz" />
+        <model name="faster_rcnn_inception_v2_coco" source="omz" />
+        <model name="mask_rcnn_inception_v2_coco" source="omz" />
+        <model name="inception-resnet-v2-tf" source="omz" />
+        <model name="deeplabv3" source="omz" />
+        <model name="yolo-v3-tf" source="omz" />
+        <model name="resnet-152" source="omz" />
+        <model name="mtcnn-o" source="omz" />
+        <model name="octave-se-resnet-50-0.125" source="omz" />
+        <model name="yolo-v1-tiny-tf" source="omz" />
+        <model name="resnet-50" source="omz" />
+        <model name="googlenet-v1-tf" source="omz" />
+        <model name="yolo-v2-tiny-tf" source="omz" />
+        <model name="ssd512" source="omz" />
+        <model name="densenet-169" source="omz" />
+        <model name="brain-tumor-segmentation-0002" source="omz" />
+        <model name="Sphereface" source="omz" />
+        <model name="googlenet-v2" source="omz" />
+        <model name="face-recognition-resnet100-arcface" source="omz" />
+        <model name="mobilenet-v1-0.25-128" source="omz" />
+        <model name="ctdet_coco_dlav0_512" source="omz" />
+        <model name="facenet-20180408-102900" source="omz" />
+        <model name="ctpn" source="omz" />
+        <model name="ssdlite_mobilenet_v2" source="omz" />
+        <model name="i3d-rgb-tf" source="omz" />
+        <model name="mobilenet-v2" source="omz" />
+        <model name="mobilenet-ssd" source="omz" />
+        <model name="se-resnext-50" source="omz" />
+        <model name="caffenet" source="omz" />
+        <model name="mtcnn-r" source="omz" />
+        <model name="faster_rcnn_resnet50_coco" source="omz" />
+        <model name="se-resnet-50" source="omz" />
+        <model name="mask_rcnn_resnet50_atrous_coco" source="omz" />
+        <model name="octave-resnet-50-0.125" source="omz" />
+        <model name="densenet-121-tf" source="omz" />
+        <model name="mobilenet-v1-0.50-160" source="omz" />
+        <model name="densenet-121" source="omz" />
+        <model name="faster_rcnn_resnet101_coco" source="omz" />
+        <model name="octave-densenet-121-0.125" source="omz" />
+        <model name="colorization-v2" source="omz" />
+        <model name="densenet-121-caffe2" source="omz" />
+        <model name="efficientnet-b0-pytorch" source="omz" />
+        <model name="efficientnet-b5-pytorch" source="omz" />
+        <model name="efficientnet-b7-pytorch" source="omz" />
+        <model name="googlenet-v3-pytorch" source="omz" />
+        <model name="human-pose-estimation-3d-0001" source="omz" />
+        <model name="midasnet" source="omz" />
+        <model name="mobilenet-v2-pytorch" source="omz" />
+        <model name="resnet-18-pytorch" source="omz" />
+        <model name="resnet-50-caffe2" source="omz" />
+        <model name="resnet-50-pytorch" source="omz" />
+        <model name="single-human-pose-estimation-0001" source="omz" />
+        <model name="squeezenet1.1-caffe2" source="omz" />
+        <model name="vgg19-caffe2" source="omz" />
+        <model name="facial-landmarks-35-adas-0002" source="omz" />
+        <model name="vehicle-attributes-recognition-barrier-0039" source="omz" />
+        <model name="person-detection-action-recognition-0006" source="omz" />
+        <model name="asl-recognition-0004" source="omz" />
+        <model name="yolo-v2-tiny-ava-sparse-30-0001" source="omz" />
+        <model name="text-detection-0004" source="omz" />
+        <model name="person-vehicle-bike-detection-crossroad-1016" source="omz" />
+        <model name="text-spotting-0002-detector" source="omz" />
+        <model name="age-gender-recognition-retail-0013" source="omz" />
+        <model name="vehicle-detection-adas-0002" source="omz" />
+        <model name="image-retrieval-0001" source="omz" />
+        <model name="person-detection-retail-0002" source="omz" />
+        <model name="person-attributes-recognition-crossroad-0230" source="omz" />
+        <model name="face-detection-0100" source="omz" />
+        <model name="face-detection-0102" source="omz" />
+        <model name="person-reidentification-retail-0300" source="omz" />
+        <model name="instance-segmentation-security-0010" source="omz" />
+        <model name="instance-segmentation-security-0083" source="omz" />
+        <model name="face-detection-0105" source="omz" />
+        <model name="face-detection-0104" source="omz" />
+        <model name="icnet-camvid-ava-sparse-30-0001" source="omz" />
+        <model name="action-recognition-0001-decoder" source="omz" />
+        <model name="face-detection-0106" source="omz" />
+        <model name="person-detection-action-recognition-teacher-0002" source="omz" />
+        <model name="person-vehicle-bike-detection-crossroad-0078" source="omz" />
+        <model name="icnet-camvid-ava-sparse-60-0001" source="omz" />
+        <model name="face-detection-adas-0001" source="omz" />
+        <model name="unet-camvid-onnx-0001" source="omz" />
+        <model name="human-pose-estimation-0001" source="omz" />
+        <model name="faster-rcnn-resnet101-coco-sparse-60-0001" source="omz" />
+        <model name="action-recognition-0001-encoder" source="omz" />
+        <model name="yolo-v2-ava-sparse-35-0001" source="omz" />
+        <model name="yolo-v2-ava-sparse-70-0001" source="omz" />
+        <model name="person-reidentification-retail-0248" source="omz" />
+        <model name="person-detection-raisinghand-recognition-0001" source="omz" />
+        <model name="person-detection-asl-0001" source="omz" />
+        <model name="emotions-recognition-retail-0003" source="omz" />
+        <model name="yolo-v2-tiny-ava-0001" source="omz" />
+        <model name="license-plate-recognition-barrier-0001" source="omz" />
+        <model name="person-detection-retail-0013" source="omz" />
+        <model name="instance-segmentation-security-0050" source="omz" />
+        <model name="single-image-super-resolution-1032" source="omz" />
+        <model name="landmarks-regression-retail-0009" source="omz" />
+        <model name="driver-action-recognition-adas-0002-decoder" source="omz" />
+        <model name="person-reidentification-retail-0249" source="omz" />
+        <model name="text-spotting-0002-recognizer-decoder" source="omz" />
+        <model name="yolo-v2-ava-0001" source="omz" />
+        <model name="person-detection-action-recognition-0005" source="omz" />
+        <model name="text-recognition-0012" source="omz" />
+        <model name="face-detection-retail-0004" source="omz" />
+        <model name="product-detection-0001" source="omz" />
+        <model name="yolo-v2-tiny-ava-sparse-60-0001" source="omz" />
+        <model name="face-reidentification-retail-0095" source="omz" />
+        <model name="road-segmentation-adas-0001" source="omz" />
+        <model name="single-image-super-resolution-1033" source="omz" />
+        <model name="face-detection-retail-0005" source="omz" />
+        <model name="pedestrian-and-vehicle-detector-adas-0001" source="omz" />
+        <model name="handwritten-japanese-recognition-0001" source="omz" />
+        <model name="semantic-segmentation-adas-0001" source="omz" />
+        <model name="pedestrian-detection-adas-0002" source="omz" />
+        <model name="driver-action-recognition-adas-0002-encoder" source="omz" />
+        <model name="text-detection-0003" source="omz" />
+        <model name="text-spotting-0002-recognizer-encoder" source="omz" />
+        <model name="handwritten-score-recognition-0003" source="omz" />
+        <model name="icnet-camvid-ava-0001" source="omz" />
+        <model name="text-image-super-resolution-0001" source="omz" />
+        <model name="gaze-estimation-adas-0002" source="omz" />
+        <model name="head-pose-estimation-adas-0001" source="omz" />
+        <model name="vehicle-license-plate-detection-barrier-0106" source="omz" />
+        <model name="instance-segmentation-security-1025" source="omz" />
     </models>
 </attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/memcheck_tests/precommit_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memcheck_tests/precommit_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index 6b6261f..1185323 100644 (file)
@@ -1,13 +1,12 @@
-<?xml version="1.0"?>
 <attributes>
     <devices>
         <value>CPU</value>
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/vgg16/FP32/vgg16.xml</value>
-        <value>public/mtcnn/mtcnn-r/FP32/mtcnn-r.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <value>public/ssd300/FP32/ssd300.xml</value>
+        <model name="vgg16" source="omz" />
+        <model name="mtcnn-r" source="omz" />
+        <model name="mobilenet-ssd" source="omz" />
+        <model name="ssd300" source="omz" />
     </models>
-</attributes>
+</attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/memcheck_tests/weekly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memcheck_tests/weekly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index 10f94df..4d7fc7d 100644 (file)
-<?xml version="1.0"?>
 <attributes>
     <devices>
         <value>CPU</value>
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/mobilenet-v2-1.4-224/FP32/mobilenet-v2-1.4-224.xml</value>
-        <value>public/resnet-101/FP32/resnet-101.xml</value>
-        <value>public/brain-tumor-segmentation-0001/FP32/brain-tumor-segmentation-0001.xml</value>
-        <value>public/octave-resnet-101-0.125/FP32/octave-resnet-101-0.125.xml</value>
-        <value>public/faster_rcnn_inception_resnet_v2_atrous_coco/FP32/faster_rcnn_inception_resnet_v2_atrous_coco.xml</value>
-        <value>public/efficientnet-b7_auto_aug/FP32/efficientnet-b7_auto_aug.xml</value>
-        <value>public/yolo-v2-tf/FP32/yolo-v2-tf.xml</value>
-        <value>public/mobilenet-v2-1.0-224/FP32/mobilenet-v2-1.0-224.xml</value>
-        <value>public/colorization-v2-norebal/FP32/colorization-v2-norebal.xml</value>
-        <value>public/se-inception/FP32/se-inception.xml</value>
-        <value>public/efficientnet-b0/FP32/efficientnet-b0.xml</value>
-        <value>public/mobilenet-v1-1.0-224-tf/FP32/mobilenet-v1-1.0-224-tf.xml</value>
-        <value>public/mask_rcnn_resnet101_atrous_coco/FP32/mask_rcnn_resnet101_atrous_coco.xml</value>
-        <value>public/ssd_mobilenet_v1_coco/FP32/ssd_mobilenet_v1_coco.xml</value>
-        <value>public/se-resnet-152/FP32/se-resnet-152.xml</value>
-        <value>public/octave-resnext-50-0.25/FP32/octave-resnext-50-0.25.xml</value>
-        <value>public/googlenet-v3/FP32/googlenet-v3.xml</value>
-        <value>public/ssd_mobilenet_v2_coco/FP32/ssd_mobilenet_v2_coco.xml</value>
-        <value>public/alexnet/FP32/alexnet.xml</value>
-        <value>public/license-plate-recognition-barrier-0007/FP32/license-plate-recognition-barrier-0007.xml</value>
-        <value>public/mobilenet-v1-0.50-224/FP32/mobilenet-v1-0.50-224.xml</value>
-        <value>public/ssd_mobilenet_v1_fpn_coco/FP32/ssd_mobilenet_v1_fpn_coco.xml</value>
-        <value>public/vgg16/FP32/vgg16.xml</value>
-        <value>public/face-recognition-resnet34-arcface/FP32/face-recognition-resnet34-arcface.xml</value>
-        <value>public/gmcnn-places2-tf/FP32/gmcnn-places2-tf.xml</value>
-        <value>public/mobilenet-v1-1.0-224/FP32/mobilenet-v1-1.0-224.xml</value>
-        <value>public/se-resnet-101/FP32/se-resnet-101.xml</value>
-        <value>public/face-detection-retail-0044/FP32/face-detection-retail-0044.xml</value>
-        <value>public/face-recognition-mobilefacenet-arcface/FP32/face-recognition-mobilefacenet-arcface.xml</value>
-        <value>public/vehicle-license-plate-detection-barrier-0123/FP32/vehicle-license-plate-detection-barrier-0123.xml</value>
-        <value>public/densenet-161/FP32/densenet-161.xml</value>
-        <value>public/mask_rcnn_inception_resnet_v2_atrous_coco/FP32/mask_rcnn_inception_resnet_v2_atrous_coco.xml</value>
-        <value>public/octave-resnext-101-0.25/FP32/octave-resnext-101-0.25.xml</value>
-        <value>public/face-recognition-resnet50-arcface/FP32/face-recognition-resnet50-arcface.xml</value>
-        <value>public/densenet-161-tf/FP32/densenet-161-tf.xml</value>
-        <value>public/octave-resnet-200-0.125/FP32/octave-resnet-200-0.125.xml</value>
-        <value>public/mtcnn/mtcnn-p/FP32/mtcnn-p.xml</value>
-        <value>public/se-resnext-101/FP32/se-resnext-101.xml</value>
-        <value>public/efficientnet-b5/FP32/efficientnet-b5.xml</value>
-        <value>public/densenet-169-tf/FP32/densenet-169-tf.xml</value>
-        <value>public/densenet-201/FP32/densenet-201.xml</value>
-        <value>public/resnet-50-tf/FP32/resnet-50-tf.xml</value>
-        <value>public/squeezenet1.1/FP32/squeezenet1.1.xml</value>
-        <value>public/squeezenet1.0/FP32/squeezenet1.0.xml</value>
-        <value>public/octave-resnet-26-0.25/FP32/octave-resnet-26-0.25.xml</value>
-        <value>public/googlenet-v4-tf/FP32/googlenet-v4-tf.xml</value>
-        <value>public/ssd300/FP32/ssd300.xml</value>
-        <value>public/rfcn-resnet101-coco-tf/FP32/rfcn-resnet101-coco-tf.xml</value>
-        <value>public/vgg19/FP32/vgg19.xml</value>
-        <value>public/ctdet_coco_dlav0_384/FP32/ctdet_coco_dlav0_384.xml</value>
-        <value>public/efficientnet-b0_auto_aug/FP32/efficientnet-b0_auto_aug.xml</value>
-        <value>public/googlenet-v1/FP32/googlenet-v1.xml</value>
-        <value>public/faster_rcnn_inception_v2_coco/FP32/faster_rcnn_inception_v2_coco.xml</value>
-        <value>public/mask_rcnn_inception_v2_coco/FP32/mask_rcnn_inception_v2_coco.xml</value>
-        <value>public/inception-resnet-v2-tf/FP32/inception-resnet-v2-tf.xml</value>
-        <value>public/deeplabv3/FP32/deeplabv3.xml</value>
-        <value>public/yolo-v3-tf/FP32/yolo-v3-tf.xml</value>
-        <value>public/resnet-152/FP32/resnet-152.xml</value>
-        <value>public/mtcnn/mtcnn-o/FP32/mtcnn-o.xml</value>
-        <value>public/octave-se-resnet-50-0.125/FP32/octave-se-resnet-50-0.125.xml</value>
-        <value>public/yolo-v1-tiny-tf/FP32/yolo-v1-tiny-tf.xml</value>
-        <value>public/resnet-50/FP32/resnet-50.xml</value>
-        <value>public/googlenet-v1-tf/FP32/googlenet-v1-tf.xml</value>
-        <value>public/yolo-v2-tiny-tf/FP32/yolo-v2-tiny-tf.xml</value>
-        <value>public/ssd512/FP32/ssd512.xml</value>
-        <value>public/densenet-169/FP32/densenet-169.xml</value>
-        <value>public/brain-tumor-segmentation-0002/FP32/brain-tumor-segmentation-0002.xml</value>
-        <value>public/Sphereface/FP32/Sphereface.xml</value>
-        <value>public/googlenet-v2/FP32/googlenet-v2.xml</value>
-        <value>public/face-recognition-resnet100-arcface/FP32/face-recognition-resnet100-arcface.xml</value>
-        <value>public/mobilenet-v1-0.25-128/FP32/mobilenet-v1-0.25-128.xml</value>
-        <value>public/ctdet_coco_dlav0_512/FP32/ctdet_coco_dlav0_512.xml</value>
-        <value>public/facenet-20180408-102900/FP32/facenet-20180408-102900.xml</value>
-        <value>public/ctpn/FP32/ctpn.xml</value>
-        <value>public/ssdlite_mobilenet_v2/FP32/ssdlite_mobilenet_v2.xml</value>
-        <value>public/i3d-rgb-tf/FP32/i3d-rgb-tf.xml</value>
-        <value>public/mobilenet-v2/FP32/mobilenet-v2.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <value>public/se-resnext-50/FP32/se-resnext-50.xml</value>
-        <value>public/caffenet/FP32/caffenet.xml</value>
-        <value>public/mtcnn/mtcnn-r/FP32/mtcnn-r.xml</value>
-        <value>public/faster_rcnn_resnet50_coco/FP32/faster_rcnn_resnet50_coco.xml</value>
-        <value>public/se-resnet-50/FP32/se-resnet-50.xml</value>
-        <value>public/mask_rcnn_resnet50_atrous_coco/FP32/mask_rcnn_resnet50_atrous_coco.xml</value>
-        <value>public/octave-resnet-50-0.125/FP32/octave-resnet-50-0.125.xml</value>
-        <value>public/densenet-121-tf/FP32/densenet-121-tf.xml</value>
-        <value>public/mobilenet-v1-0.50-160/FP32/mobilenet-v1-0.50-160.xml</value>
-        <value>public/densenet-121/FP32/densenet-121.xml</value>
-        <value>public/faster_rcnn_resnet101_coco/FP32/faster_rcnn_resnet101_coco.xml</value>
-        <value>public/octave-densenet-121-0.125/FP32/octave-densenet-121-0.125.xml</value>
-        <value>public/colorization-v2/FP32/colorization-v2.xml</value>
-        <value>public/densenet-121-caffe2/FP32/densenet-121-caffe2.xml</value>
-        <value>public/efficientnet-b0-pytorch/FP32/efficientnet-b0-pytorch.xml</value>
-        <value>public/efficientnet-b5-pytorch/FP32/efficientnet-b5-pytorch.xml</value>
-        <value>public/efficientnet-b7-pytorch/FP32/efficientnet-b7-pytorch.xml</value>
-        <value>public/googlenet-v3-pytorch/FP32/googlenet-v3-pytorch.xml</value>
-        <value>public/human-pose-estimation-3d-0001/FP32/human-pose-estimation-3d-0001.xml</value>
-        <value>public/midasnet/FP32/midasnet.xml</value>
-        <value>public/mobilenet-v2-pytorch/FP32/mobilenet-v2-pytorch.xml</value>
-        <value>public/resnet-18-pytorch/FP32/resnet-18-pytorch.xml</value>
-        <value>public/resnet-50-caffe2/FP32/resnet-50-caffe2.xml</value>
-        <value>public/resnet-50-pytorch/FP32/resnet-50-pytorch.xml</value>
-        <value>public/single-human-pose-estimation-0001/FP32/single-human-pose-estimation-0001.xml</value>
-        <value>public/squeezenet1.1-caffe2/FP32/squeezenet1.1-caffe2.xml</value>
-        <value>public/vgg19-caffe2/FP32/vgg19-caffe2.xml</value>
-        <value>intel/facial-landmarks-35-adas-0002/FP32/facial-landmarks-35-adas-0002.xml</value>
-        <value>intel/vehicle-attributes-recognition-barrier-0039/FP32/vehicle-attributes-recognition-barrier-0039.xml</value>
-        <value>intel/person-detection-action-recognition-0006/FP32/person-detection-action-recognition-0006.xml</value>
-        <value>intel/asl-recognition-0004/FP32/asl-recognition-0004.xml</value>
-        <value>intel/yolo-v2-tiny-ava-sparse-30-0001/FP32/yolo-v2-tiny-ava-sparse-30-0001.xml</value>
-        <value>intel/text-detection-0004/FP32/text-detection-0004.xml</value>
-        <value>intel/person-vehicle-bike-detection-crossroad-1016/FP32/person-vehicle-bike-detection-crossroad-1016.xml</value>
-        <value>intel/text-spotting-0002-detector/FP32/text-spotting-0002-detector.xml</value>
-        <value>intel/age-gender-recognition-retail-0013/FP32/age-gender-recognition-retail-0013.xml</value>
-        <value>intel/vehicle-detection-adas-0002/FP32/vehicle-detection-adas-0002.xml</value>
-        <value>intel/image-retrieval-0001/FP32/image-retrieval-0001.xml</value>
-        <value>intel/person-detection-retail-0002/FP32/person-detection-retail-0002.xml</value>
-        <value>intel/person-attributes-recognition-crossroad-0230/FP32/person-attributes-recognition-crossroad-0230.xml</value>
-        <value>intel/face-detection-0100/FP32/face-detection-0100.xml</value>
-        <value>intel/face-detection-0102/FP32/face-detection-0102.xml</value>
-        <value>intel/person-reidentification-retail-0300/FP32/person-reidentification-retail-0300.xml</value>
-        <value>intel/instance-segmentation-security-0010/FP32/instance-segmentation-security-0010.xml</value>
-        <value>intel/instance-segmentation-security-0083/FP32/instance-segmentation-security-0083.xml</value>
-        <value>intel/face-detection-0105/FP32/face-detection-0105.xml</value>
-        <value>intel/face-detection-0104/FP32/face-detection-0104.xml</value>
-        <value>intel/icnet-camvid-ava-sparse-30-0001/FP32/icnet-camvid-ava-sparse-30-0001.xml</value>
-        <value>intel/action-recognition-0001-decoder/FP32/action-recognition-0001-decoder.xml</value>
-        <value>intel/face-detection-0106/FP32/face-detection-0106.xml</value>
-        <value>intel/person-detection-action-recognition-teacher-0002/FP32/person-detection-action-recognition-teacher-0002.xml</value>
-        <value>intel/person-vehicle-bike-detection-crossroad-0078/FP32/person-vehicle-bike-detection-crossroad-0078.xml</value>
-        <value>intel/icnet-camvid-ava-sparse-60-0001/FP32/icnet-camvid-ava-sparse-60-0001.xml</value>
-        <value>intel/face-detection-adas-0001/FP32/face-detection-adas-0001.xml</value>
-        <value>intel/unet-camvid-onnx-0001/FP32/unet-camvid-onnx-0001.xml</value>
-        <value>intel/human-pose-estimation-0001/FP32/human-pose-estimation-0001.xml</value>
-        <value>intel/faster-rcnn-resnet101-coco-sparse-60-0001/FP32/faster-rcnn-resnet101-coco-sparse-60-0001.xml</value>
-        <value>intel/action-recognition-0001-encoder/FP32/action-recognition-0001-encoder.xml</value>
-        <value>intel/yolo-v2-ava-sparse-35-0001/FP32/yolo-v2-ava-sparse-35-0001.xml</value>
-        <value>intel/yolo-v2-ava-sparse-70-0001/FP32/yolo-v2-ava-sparse-70-0001.xml</value>
-        <value>intel/person-reidentification-retail-0248/FP32/person-reidentification-retail-0248.xml</value>
-        <value>intel/person-detection-raisinghand-recognition-0001/FP32/person-detection-raisinghand-recognition-0001.xml</value>
-        <value>intel/person-detection-asl-0001/FP32/person-detection-asl-0001.xml</value>
-        <value>intel/emotions-recognition-retail-0003/FP32/emotions-recognition-retail-0003.xml</value>
-        <value>intel/yolo-v2-tiny-ava-0001/FP32/yolo-v2-tiny-ava-0001.xml</value>
-        <value>intel/license-plate-recognition-barrier-0001/FP32/license-plate-recognition-barrier-0001.xml</value>
-        <value>intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml</value>
-        <value>intel/instance-segmentation-security-0050/FP32/instance-segmentation-security-0050.xml</value>
-        <value>intel/single-image-super-resolution-1032/FP32/single-image-super-resolution-1032.xml</value>
-        <value>intel/landmarks-regression-retail-0009/FP32/landmarks-regression-retail-0009.xml</value>
-        <value>intel/driver-action-recognition-adas-0002-decoder/FP32/driver-action-recognition-adas-0002-decoder.xml</value>
-        <value>intel/person-reidentification-retail-0249/FP32/person-reidentification-retail-0249.xml</value>
-        <value>intel/text-spotting-0002-recognizer-decoder/FP32/text-spotting-0002-recognizer-decoder.xml</value>
-        <value>intel/yolo-v2-ava-0001/FP32/yolo-v2-ava-0001.xml</value>
-        <value>intel/person-detection-action-recognition-0005/FP32/person-detection-action-recognition-0005.xml</value>
-        <value>intel/text-recognition-0012/FP32/text-recognition-0012.xml</value>
-        <value>intel/face-detection-retail-0004/FP32/face-detection-retail-0004.xml</value>
-        <value>intel/product-detection-0001/FP32/product-detection-0001.xml</value>
-        <value>intel/yolo-v2-tiny-ava-sparse-60-0001/FP32/yolo-v2-tiny-ava-sparse-60-0001.xml</value>
-        <value>intel/face-reidentification-retail-0095/FP32/face-reidentification-retail-0095.xml</value>
-        <value>intel/road-segmentation-adas-0001/FP32/road-segmentation-adas-0001.xml</value>
-        <value>intel/single-image-super-resolution-1033/FP32/single-image-super-resolution-1033.xml</value>
-        <value>intel/face-detection-retail-0005/FP32/face-detection-retail-0005.xml</value>
-        <value>intel/pedestrian-and-vehicle-detector-adas-0001/FP32/pedestrian-and-vehicle-detector-adas-0001.xml</value>
-        <value>intel/handwritten-japanese-recognition-0001/FP32/handwritten-japanese-recognition-0001.xml</value>
-        <value>intel/semantic-segmentation-adas-0001/FP32/semantic-segmentation-adas-0001.xml</value>
-        <value>intel/pedestrian-detection-adas-0002/FP32/pedestrian-detection-adas-0002.xml</value>
-        <value>intel/driver-action-recognition-adas-0002-encoder/FP32/driver-action-recognition-adas-0002-encoder.xml</value>
-        <value>intel/text-detection-0003/FP32/text-detection-0003.xml</value>
-        <value>intel/text-spotting-0002-recognizer-encoder/FP32/text-spotting-0002-recognizer-encoder.xml</value>
-        <value>intel/handwritten-score-recognition-0003/FP32/handwritten-score-recognition-0003.xml</value>
-        <value>intel/icnet-camvid-ava-0001/FP32/icnet-camvid-ava-0001.xml</value>
-        <value>intel/text-image-super-resolution-0001/FP32/text-image-super-resolution-0001.xml</value>
-        <value>intel/gaze-estimation-adas-0002/FP32/gaze-estimation-adas-0002.xml</value>
-        <value>intel/head-pose-estimation-adas-0001/FP32/head-pose-estimation-adas-0001.xml</value>
-        <value>intel/vehicle-license-plate-detection-barrier-0106/FP32/vehicle-license-plate-detection-barrier-0106.xml</value>
-        <value>intel/instance-segmentation-security-1025/FP32/instance-segmentation-security-1025.xml</value>
+        <model name="mobilenet-v2-1.4-224" source="omz" />
+        <model name="resnet-101" source="omz" />
+        <model name="brain-tumor-segmentation-0001" source="omz" />
+        <model name="octave-resnet-101-0.125" source="omz" />
+        <model name="faster_rcnn_inception_resnet_v2_atrous_coco" source="omz" />
+        <model name="efficientnet-b7_auto_aug" source="omz" />
+        <model name="yolo-v2-tf" source="omz" />
+        <model name="mobilenet-v2-1.0-224" source="omz" />
+        <model name="colorization-v2-norebal" source="omz" />
+        <model name="se-inception" source="omz" />
+        <model name="efficientnet-b0" source="omz" />
+        <model name="mobilenet-v1-1.0-224-tf" source="omz" />
+        <model name="mask_rcnn_resnet101_atrous_coco" source="omz" />
+        <model name="ssd_mobilenet_v1_coco" source="omz" />
+        <model name="se-resnet-152" source="omz" />
+        <model name="octave-resnext-50-0.25" source="omz" />
+        <model name="googlenet-v3" source="omz" />
+        <model name="ssd_mobilenet_v2_coco" source="omz" />
+        <model name="alexnet" source="omz" />
+        <model name="license-plate-recognition-barrier-0007" source="omz" />
+        <model name="mobilenet-v1-0.50-224" source="omz" />
+        <model name="ssd_mobilenet_v1_fpn_coco" source="omz" />
+        <model name="vgg16" source="omz" />
+        <model name="face-recognition-resnet34-arcface" source="omz" />
+        <model name="gmcnn-places2-tf" source="omz" />
+        <model name="mobilenet-v1-1.0-224" source="omz" />
+        <model name="se-resnet-101" source="omz" />
+        <model name="face-detection-retail-0044" source="omz" />
+        <model name="face-recognition-mobilefacenet-arcface" source="omz" />
+        <model name="vehicle-license-plate-detection-barrier-0123" source="omz" />
+        <model name="densenet-161" source="omz" />
+        <model name="mask_rcnn_inception_resnet_v2_atrous_coco" source="omz" />
+        <model name="octave-resnext-101-0.25" source="omz" />
+        <model name="face-recognition-resnet50-arcface" source="omz" />
+        <model name="densenet-161-tf" source="omz" />
+        <model name="octave-resnet-200-0.125" source="omz" />
+        <model name="mtcnn-p" source="omz" />
+        <model name="se-resnext-101" source="omz" />
+        <model name="efficientnet-b5" source="omz" />
+        <model name="densenet-169-tf" source="omz" />
+        <model name="densenet-201" source="omz" />
+        <model name="resnet-50-tf" source="omz" />
+        <model name="squeezenet1.1" source="omz" />
+        <model name="squeezenet1.0" source="omz" />
+        <model name="octave-resnet-26-0.25" source="omz" />
+        <model name="googlenet-v4-tf" source="omz" />
+        <model name="ssd300" source="omz" />
+        <model name="rfcn-resnet101-coco-tf" source="omz" />
+        <model name="vgg19" source="omz" />
+        <model name="ctdet_coco_dlav0_384" source="omz" />
+        <model name="efficientnet-b0_auto_aug" source="omz" />
+        <model name="googlenet-v1" source="omz" />
+        <model name="faster_rcnn_inception_v2_coco" source="omz" />
+        <model name="mask_rcnn_inception_v2_coco" source="omz" />
+        <model name="inception-resnet-v2-tf" source="omz" />
+        <model name="deeplabv3" source="omz" />
+        <model name="yolo-v3-tf" source="omz" />
+        <model name="resnet-152" source="omz" />
+        <model name="mtcnn-o" source="omz" />
+        <model name="octave-se-resnet-50-0.125" source="omz" />
+        <model name="yolo-v1-tiny-tf" source="omz" />
+        <model name="resnet-50" source="omz" />
+        <model name="googlenet-v1-tf" source="omz" />
+        <model name="yolo-v2-tiny-tf" source="omz" />
+        <model name="ssd512" source="omz" />
+        <model name="densenet-169" source="omz" />
+        <model name="brain-tumor-segmentation-0002" source="omz" />
+        <model name="Sphereface" source="omz" />
+        <model name="googlenet-v2" source="omz" />
+        <model name="face-recognition-resnet100-arcface" source="omz" />
+        <model name="mobilenet-v1-0.25-128" source="omz" />
+        <model name="ctdet_coco_dlav0_512" source="omz" />
+        <model name="facenet-20180408-102900" source="omz" />
+        <model name="ctpn" source="omz" />
+        <model name="ssdlite_mobilenet_v2" source="omz" />
+        <model name="i3d-rgb-tf" source="omz" />
+        <model name="mobilenet-v2" source="omz" />
+        <model name="mobilenet-ssd" source="omz" />
+        <model name="se-resnext-50" source="omz" />
+        <model name="caffenet" source="omz" />
+        <model name="mtcnn-r" source="omz" />
+        <model name="faster_rcnn_resnet50_coco" source="omz" />
+        <model name="se-resnet-50" source="omz" />
+        <model name="mask_rcnn_resnet50_atrous_coco" source="omz" />
+        <model name="octave-resnet-50-0.125" source="omz" />
+        <model name="densenet-121-tf" source="omz" />
+        <model name="mobilenet-v1-0.50-160" source="omz" />
+        <model name="densenet-121" source="omz" />
+        <model name="faster_rcnn_resnet101_coco" source="omz" />
+        <model name="octave-densenet-121-0.125" source="omz" />
+        <model name="colorization-v2" source="omz" />
+        <model name="densenet-121-caffe2" source="omz" />
+        <model name="efficientnet-b0-pytorch" source="omz" />
+        <model name="efficientnet-b5-pytorch" source="omz" />
+        <model name="efficientnet-b7-pytorch" source="omz" />
+        <model name="googlenet-v3-pytorch" source="omz" />
+        <model name="human-pose-estimation-3d-0001" source="omz" />
+        <model name="midasnet" source="omz" />
+        <model name="mobilenet-v2-pytorch" source="omz" />
+        <model name="resnet-18-pytorch" source="omz" />
+        <model name="resnet-50-caffe2" source="omz" />
+        <model name="resnet-50-pytorch" source="omz" />
+        <model name="single-human-pose-estimation-0001" source="omz" />
+        <model name="squeezenet1.1-caffe2" source="omz" />
+        <model name="vgg19-caffe2" source="omz" />
+        <model name="facial-landmarks-35-adas-0002" source="omz" />
+        <model name="vehicle-attributes-recognition-barrier-0039" source="omz" />
+        <model name="person-detection-action-recognition-0006" source="omz" />
+        <model name="asl-recognition-0004" source="omz" />
+        <model name="yolo-v2-tiny-ava-sparse-30-0001" source="omz" />
+        <model name="text-detection-0004" source="omz" />
+        <model name="person-vehicle-bike-detection-crossroad-1016" source="omz" />
+        <model name="text-spotting-0002-detector" source="omz" />
+        <model name="age-gender-recognition-retail-0013" source="omz" />
+        <model name="vehicle-detection-adas-0002" source="omz" />
+        <model name="image-retrieval-0001" source="omz" />
+        <model name="person-detection-retail-0002" source="omz" />
+        <model name="person-attributes-recognition-crossroad-0230" source="omz" />
+        <model name="face-detection-0100" source="omz" />
+        <model name="face-detection-0102" source="omz" />
+        <model name="person-reidentification-retail-0300" source="omz" />
+        <model name="instance-segmentation-security-0010" source="omz" />
+        <model name="instance-segmentation-security-0083" source="omz" />
+        <model name="face-detection-0105" source="omz" />
+        <model name="face-detection-0104" source="omz" />
+        <model name="icnet-camvid-ava-sparse-30-0001" source="omz" />
+        <model name="action-recognition-0001-decoder" source="omz" />
+        <model name="face-detection-0106" source="omz" />
+        <model name="person-detection-action-recognition-teacher-0002" source="omz" />
+        <model name="person-vehicle-bike-detection-crossroad-0078" source="omz" />
+        <model name="icnet-camvid-ava-sparse-60-0001" source="omz" />
+        <model name="face-detection-adas-0001" source="omz" />
+        <model name="unet-camvid-onnx-0001" source="omz" />
+        <model name="human-pose-estimation-0001" source="omz" />
+        <model name="faster-rcnn-resnet101-coco-sparse-60-0001" source="omz" />
+        <model name="action-recognition-0001-encoder" source="omz" />
+        <model name="yolo-v2-ava-sparse-35-0001" source="omz" />
+        <model name="yolo-v2-ava-sparse-70-0001" source="omz" />
+        <model name="person-reidentification-retail-0248" source="omz" />
+        <model name="person-detection-raisinghand-recognition-0001" source="omz" />
+        <model name="person-detection-asl-0001" source="omz" />
+        <model name="emotions-recognition-retail-0003" source="omz" />
+        <model name="yolo-v2-tiny-ava-0001" source="omz" />
+        <model name="license-plate-recognition-barrier-0001" source="omz" />
+        <model name="person-detection-retail-0013" source="omz" />
+        <model name="instance-segmentation-security-0050" source="omz" />
+        <model name="single-image-super-resolution-1032" source="omz" />
+        <model name="landmarks-regression-retail-0009" source="omz" />
+        <model name="driver-action-recognition-adas-0002-decoder" source="omz" />
+        <model name="person-reidentification-retail-0249" source="omz" />
+        <model name="text-spotting-0002-recognizer-decoder" source="omz" />
+        <model name="yolo-v2-ava-0001" source="omz" />
+        <model name="person-detection-action-recognition-0005" source="omz" />
+        <model name="text-recognition-0012" source="omz" />
+        <model name="face-detection-retail-0004" source="omz" />
+        <model name="product-detection-0001" source="omz" />
+        <model name="yolo-v2-tiny-ava-sparse-60-0001" source="omz" />
+        <model name="face-reidentification-retail-0095" source="omz" />
+        <model name="road-segmentation-adas-0001" source="omz" />
+        <model name="single-image-super-resolution-1033" source="omz" />
+        <model name="face-detection-retail-0005" source="omz" />
+        <model name="pedestrian-and-vehicle-detector-adas-0001" source="omz" />
+        <model name="handwritten-japanese-recognition-0001" source="omz" />
+        <model name="semantic-segmentation-adas-0001" source="omz" />
+        <model name="pedestrian-detection-adas-0002" source="omz" />
+        <model name="driver-action-recognition-adas-0002-encoder" source="omz" />
+        <model name="text-detection-0003" source="omz" />
+        <model name="text-spotting-0002-recognizer-encoder" source="omz" />
+        <model name="handwritten-score-recognition-0003" source="omz" />
+        <model name="icnet-camvid-ava-0001" source="omz" />
+        <model name="text-image-super-resolution-0001" source="omz" />
+        <model name="gaze-estimation-adas-0002" source="omz" />
+        <model name="head-pose-estimation-adas-0001" source="omz" />
+        <model name="vehicle-license-plate-detection-barrier-0106" source="omz" />
+        <model name="instance-segmentation-security-1025" source="omz" />
     </models>
 </attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/memleaks_tests/nightly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memleaks_tests/nightly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index fbe6052..b7c8e7b 100644 (file)
@@ -1,6 +1,5 @@
-<?xml version="1.0"?>
 <attributes>
-<!--[ WARNING ] Use of attribute "processes" from config isn't implemented yet. It will be ignored.-->
+
     <processes>
         <value>1</value>
     </processes>
@@ -15,8 +14,8 @@
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/alexnet/FP32/alexnet.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <value>public/mtcnn/mtcnn-r/FP32/mtcnn-r.xml</value>
+        <model name="alexnet" source="omz" />
+        <model name="mobilenet-ssd" source="omz" />
+        <model name="mtcnn-r" source="omz" />
     </models>
-</attributes>
+</attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/memleaks_tests/precommit_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memleaks_tests/precommit_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index 0fa9912..c660c28 100644 (file)
@@ -1,6 +1,5 @@
-<?xml version="1.0"?>
 <attributes>
-<!--[ WARNING ] Use of attribute "processes" from config isn't implemented yet. It will be ignored.-->
+
     <processes>
         <value>1</value>
     </processes>
@@ -15,6 +14,6 @@
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
+        <model name="mobilenet-ssd" source="omz" />
     </models>
-</attributes>
+</attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/memleaks_tests/weekly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/memleaks_tests/weekly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index 54bdbcf..8168701 100644 (file)
@@ -1,6 +1,5 @@
-<?xml version="1.0"?>
 <attributes>
-<!--[ WARNING ] Use of attribute "processes" from config isn't implemented yet. It will be ignored.-->
+
     <processes>
         <value>1</value>
     </processes>
@@ -15,8 +14,8 @@
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/alexnet/FP32/alexnet.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <value>public/mtcnn/mtcnn-r/FP32/mtcnn-r.xml</value>
+        <model name="alexnet" source="omz" />
+        <model name="mobilenet-ssd" source="omz" />
+        <model name="mtcnn-r" source="omz" />
     </models>
-</attributes>
+</attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/unittests/nightly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/unittests/nightly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index fcce4fa..8081b53 100644 (file)
@@ -1,4 +1,3 @@
-<?xml version="1.0"?>
 <attributes>
     <processes>
         <value>1</value>
@@ -15,8 +14,8 @@
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/alexnet/FP32/alexnet.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <value>public/mtcnn/mtcnn-r/FP32/mtcnn-r.xml</value>
+        <model name="alexnet" source="omz" />
+        <model name="mobilenet-ssd" source="omz" />
+        <model name="mtcnn-r" source="omz" />
     </models>
-</attributes>
+</attributes>
\ No newline at end of file
diff --git a/tests/stress_tests/.automation/unittests/weekly_configs/desktop_env_config.xml b/tests/stress_tests/.automation/unittests/weekly_configs/desktop_env_config.xml
deleted file mode 100644 (file)
index 7e137c7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>${STRESS_IRS_PATH}</value>
-    </irs_path>
-</attributes>
index a2324ca..d466a1b 100644 (file)
@@ -1,8 +1,7 @@
-<?xml version="1.0"?>
 <attributes>
     <processes>
         <value>1</value>
-        <!--<value>2</value>-->
+        
     </processes>
     <threads>
         <value>1</value>
@@ -16,8 +15,8 @@
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/alexnet/FP32/alexnet.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <!--<value>public/mtcnn/mtcnn-r/FP32/mtcnn-r.xml</value>-->
+        <model name="alexnet" source="omz" />
+        <model name="mobilenet-ssd" source="omz" />
+        
     </models>
-</attributes>
+</attributes>
\ No newline at end of file
index e884c11..0bf6179 100644 (file)
@@ -18,14 +18,6 @@ void Environment::setTestConfig(const pugi::xml_document &test_config) {
     _test_config.reset(test_config);
 }
 
-const pugi::xml_document & Environment::getEnvConfig() {
-    return _env_config;
-}
-
-void Environment::setEnvConfig(const pugi::xml_document &env_config) {
-    _env_config.reset(env_config);
-}
-
 const bool & Environment::getCollectResultsOnly() {
     return _collect_results_only;
 }
@@ -37,15 +29,9 @@ void Environment::setCollectResultsOnly(const bool &collect_results_only) {
 std::vector<TestCase> generateTestsParams(std::initializer_list<std::string> fields) {
     std::vector<TestCase> tests_cases;
     const pugi::xml_document & test_config = Environment::Instance().getTestConfig();
-    std::string models_path = Environment::Instance().getEnvConfig()
-            .child("attributes").child("irs_path").child("value").text().as_string();
-    models_path = expand_env_vars(models_path);
 
-    std::vector<int> processes;
-    std::vector<int> threads;
-    std::vector<int> iterations;
-    std::vector<std::string> devices;
-    std::vector<std::string> models;
+    std::vector<int> processes, threads, iterations;
+    std::vector<std::string> devices, models, models_names;
 
     pugi::xml_node values;
     for (auto field = fields.begin(); field != fields.end(); field++) {
@@ -67,8 +53,16 @@ std::vector<TestCase> generateTestsParams(std::initializer_list<std::string> fie
                 devices.push_back(val.text().as_string());
         } else if (*field == "models") {
             values = test_config.child("attributes").child("models");
-            for (pugi::xml_node val = values.first_child(); val; val = val.next_sibling())
-                models.push_back(val.text().as_string());
+            for (pugi::xml_node val = values.first_child(); val; val = val.next_sibling()) {
+                std::string full_path = val.attribute("full_path").as_string();
+                std::string path = val.attribute("path").as_string();
+                if (full_path.empty() || path.empty())
+                    throw std::logic_error("One of the 'model' records from test config doesn't contain 'full_path' or 'path' attributes");
+                else {
+                    models.push_back(full_path);
+                    models_names.push_back(path);
+                }
+            }
         }
     }
 
@@ -78,13 +72,14 @@ std::vector<TestCase> generateTestsParams(std::initializer_list<std::string> fie
     iterations = !iterations.empty() ? iterations: std::vector<int>{1};
     devices = !devices.empty() ? devices : std::vector<std::string>{"NULL"};
     models = !models.empty() ? models : std::vector<std::string>{"NULL"};
+    models_names = !models_names.empty() ? models_names : std::vector<std::string>{"NULL"};
 
     for (auto &numprocesses : processes)
         for (auto &numthreads : threads)
             for (auto &numiters : iterations)
                 for (auto &device : devices)
-                    for (auto &model : models)
-                        tests_cases.push_back(TestCase(numprocesses, numthreads, numiters, device, OS_PATH_JOIN({models_path, model}), model));
+                    for (int i = 0; i < models.size(); i++)
+                        tests_cases.push_back(TestCase(numprocesses, numthreads, numiters, device, models[i], models_names[i]));
 
     return tests_cases;
 }
index 137fdb5..898998d 100644 (file)
@@ -55,7 +55,6 @@ private:
 class Environment {
 private:
     pugi::xml_document _test_config;
-    pugi::xml_document _env_config;
     bool _collect_results_only = false;
 
     Environment() = default;
@@ -69,8 +68,6 @@ public:
 
     const pugi::xml_document & getTestConfig();
     void setTestConfig(const pugi::xml_document &test_config);
-    const pugi::xml_document & getEnvConfig();
-    void setEnvConfig(const pugi::xml_document &env_config);
     const bool & getCollectResultsOnly();
     void setCollectResultsOnly(const bool &collect_results_only);
 };
index cb7c630..f6009ad 100644 (file)
@@ -34,5 +34,4 @@ target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}"
 
 # Copy local configs to BIN_FOLDER
 configure_file(local_configs/test_config.xml ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memcheck_tests/test_config.xml COPYONLY)
-configure_file(local_configs/env_config.xml ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memcheck_tests/env_config.xml COPYONLY)
 configure_file(local_configs/references_config.xml ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memcheck_tests/references_config.xml COPYONLY)
index 7974931..e832968 100644 (file)
@@ -24,6 +24,7 @@ static const char test_conf_message[] = "Optional. Path to a test config with de
 /// test_conf is an optional parameter
 DEFINE_string(test_conf, OS_PATH_JOIN({"stress_tests_configs", "memcheck_tests", "test_config.xml"}), test_conf_message);
 
+// TODO: env_conf key is deprecated
 /// @brief message for env_config argument
 static const char env_conf_message[] = "Optional. Path to an env config with paths to models etc.";
 
diff --git a/tests/stress_tests/memcheck_tests/local_configs/env_config.xml b/tests/stress_tests/memcheck_tests/local_configs/env_config.xml
deleted file mode 100644 (file)
index ffcac86..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>/nfs/inn/proj/vdp/vdp_tests/stress_tests/open_model_zoo/efd238d02035f8a5417b7b1e25cd4c997d44351f/IRs</value>
-    </irs_path>
-</attributes>
index 9944819..b127e37 100644 (file)
@@ -5,9 +5,9 @@
         <value>GPU</value>
     </devices>
     <models>
-        <value>public/vgg16/FP32/vgg16.xml</value>
-        <value>public/mtcnn-r/FP32/mtcnn-r.xml</value>
-        <value>public/mobilenet-ssd/FP32/mobilenet-ssd.xml</value>
-        <value>public/ssd300/FP32/ssd300.xml</value>
+        <model name="vgg16" source="omz"/>
+        <model name="mtcnn-r" source="omz"/>
+        <model name="mobilenet-ssd" source="omz"/>
+        <model name="ssd300" source="omz"/>
     </models>
 </attributes>
index 593ecf3..323c235 100644 (file)
@@ -38,11 +38,6 @@ bool parseAndCheckCommandLine(int argc, char **argv) {
         log_err("Exception while reading test config \"" << FLAGS_test_conf << "\": " << result.description());
         return false;
     }
-    result = config.load_file(FLAGS_env_conf.c_str());
-    if (!result) {
-        log_err("Exception while reading env config \"" << FLAGS_env_conf << "\": " << result.description());
-        return false;
-    }
     result = config.load_file(FLAGS_refs_conf.c_str());
     if (!result) {
         log_err("Exception while reading references config \"" << FLAGS_refs_conf << "\": " << result.description());
@@ -61,8 +56,6 @@ int main(int argc, char **argv) {
     pugi::xml_document config;
     config.load_file(FLAGS_test_conf.c_str());
     Environment::Instance().setTestConfig(config);
-    config.load_file(FLAGS_env_conf.c_str());
-    Environment::Instance().setEnvConfig(config);
     config.load_file(FLAGS_refs_conf.c_str());
     MemCheckEnvironment::Instance().setRefsConfig(config);
     ::testing::InitGoogleTest(&argc, argv);
index 670a182..5c2710c 100644 (file)
@@ -54,7 +54,7 @@ public:
 
 class TestReferences {
 private:
-    std::vector<std::string> model_path_v, test_name_v, device_v;
+    std::vector<std::string> model_name_v, test_name_v, device_v;
     std::vector<long> vmsize_v, vmpeak_v, vmrss_v, vmhwm_v;
 public:
     std::array<long, MeasureValueMax> references;
@@ -63,16 +63,12 @@ public:
         std::fill(references.begin(), references.end(), -1);
 
         // Parse RefsConfig from MemCheckEnvironment
-        std::string models_path = Environment::Instance().getEnvConfig()
-                .child("attributes").child("irs_path").child("value").text().as_string();
-        models_path = expand_env_vars(models_path);
-
         const pugi::xml_document &refs_config = MemCheckEnvironment::Instance().getRefsConfig();
         auto values = refs_config.child("attributes").child("models");
         for (pugi::xml_node node = values.first_child(); node; node = node.next_sibling()) {
             for (pugi::xml_attribute_iterator ait = node.attributes_begin(); ait != node.attributes_end(); ait++) {
                 if (strncmp(ait->name(), "path", strlen(ait->name())) == 0) {
-                    model_path_v.push_back(OS_PATH_JOIN({models_path, ait->value()}));
+                    model_name_v.push_back(ait->value());
                 } else if (strncmp(ait->name(), "test", strlen(ait->name())) == 0) {
                     test_name_v.push_back(ait->value());
                 } else if (strncmp(ait->name(), "device", strlen(ait->name())) == 0) {
@@ -93,7 +89,7 @@ public:
     void collect_vm_values_for_test(std::string test_name, TestCase test_params) {
         for (int i = 0; i < test_name_v.size(); i++)
             if (test_name_v[i] == test_name)
-                if (model_path_v[i] == test_params.model)
+                if (model_name_v[i] == test_params.model_name)
                     if (device_v[i] == test_params.device) {
                         references[VMSIZE] = vmsize_v[i];
                         references[VMPEAK] = vmpeak_v[i];
index a396454..037bfbd 100644 (file)
@@ -37,4 +37,3 @@ target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}"
 
 # Copy local configs to BIN_FOLDER
 configure_file(local_configs/test_config.xml ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memleaks_tests/test_config.xml COPYONLY)
-configure_file(local_configs/env_config.xml ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memleaks_tests/env_config.xml COPYONLY)
index 6df324c..2a1cad5 100644 (file)
@@ -24,6 +24,7 @@ static const char test_conf_message[] = "Optional. Path to a test config with de
 /// test_conf is an optional parameter
 DEFINE_string(test_conf, OS_PATH_JOIN({"stress_tests_configs", "memleaks_tests", "test_config.xml"}), test_conf_message);
 
+// TODO: env_conf key is deprecated
 /// @brief message for env_config argument
 static const char env_conf_message[] = "Optional. Path to an env config with paths to models etc.";
 
diff --git a/tests/stress_tests/memleaks_tests/local_configs/env_config.xml b/tests/stress_tests/memleaks_tests/local_configs/env_config.xml
deleted file mode 100644 (file)
index 7d356d0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/</value>
-    </irs_path>
-</attributes>
index 28698b5..b4e8205 100644 (file)
@@ -15,6 +15,6 @@
 <!--        <value>GPU</value>-->
     </devices>
     <models>
-        <value>caffe/FP32/alexnet/alexnet.xml</value>
+        <model name="mobilenet-ssd" source="omz"/>
     </models>
 </attributes>
index 2edf800..1b3ff98 100644 (file)
@@ -37,11 +37,6 @@ bool parseAndCheckCommandLine(int argc, char **argv) {
         log_err("Exception while reading test config \"" << FLAGS_test_conf << "\": " << result.description());
         return false;
     }
-    result = config.load_file(FLAGS_env_conf.c_str());
-    if (!result) {
-        log_err("Exception while reading env config \"" << FLAGS_env_conf << "\": " << result.description());
-        return false;
-    }
     return true;
 }
 
@@ -57,8 +52,6 @@ int main(int argc, char **argv) {
     pugi::xml_document config;
     config.load_file(FLAGS_test_conf.c_str());
     Environment::Instance().setTestConfig(config);
-    config.load_file(FLAGS_env_conf.c_str());
-    Environment::Instance().setEnvConfig(config);
     ::testing::InitGoogleTest(&argc, argv);
     return RUN_ALL_TESTS();
 }
\ No newline at end of file
index 28eb694..4afe39e 100755 (executable)
@@ -16,6 +16,7 @@ import os
 import shutil
 import subprocess
 import sys
+import json
 from inspect import getsourcefile
 from pathlib import Path
 from xml.etree import ElementTree as ET
@@ -116,15 +117,20 @@ def main():
                         help='Skip errors caused by OMZ while downloading and converting.')
     args = parser.parse_args()
 
+    # constants
+    PRECISION = "FP32"
+
     # parse models from test config
-    tree = ET.parse(str(args.test_conf))
-    root = tree.getroot()
+    test_conf_obj = ET.parse(str(args.test_conf))
+    test_conf_root = test_conf_obj.getroot()
     models_from_cfg = []
-    for attributes in root:
-        if attributes.tag == "models":
-            models = [child.text for child in attributes]
-            models_from_cfg = [Path(model).stem for model in models]
-            break
+    for model_rec in test_conf_root.find("models"):
+        if "source" in model_rec.attrib and "name" in model_rec.attrib:
+            if model_rec.attrib["source"] == "omz":
+                models_from_cfg.append(model_rec.attrib["name"])
+        else:
+            log.warning("Record from test config '{}' doesn't contain attributes 'source' or 'name'"
+                        .format(args.test_conf.resolve()))
 
     # prepare Open Model Zoo
     if args.omz_repo:
@@ -138,19 +144,12 @@ def main():
               ' https://github.com/opencv/open_model_zoo {omz_path}'.format(omz_path=omz_path)
         run_in_subprocess(cmd)
 
-    # prepare models
+    # prepare models list
     downloader_path = omz_path / "tools" / "downloader" / "downloader.py"
     models_list_path = args.omz_models_out_dir / "models_list.txt"
-    cmd = '{downloader_path} --list {models_list_path}' \
-          ' --num_attempts {num_attempts}' \
-          ' --output_dir {models_dir}' \
-          ' --cache_dir {cache_dir}' \
-          ' --jobs {jobs_num}'.format(downloader_path=downloader_path, models_list_path=models_list_path,
-                                      num_attempts=OMZ_NUM_ATTEMPTS,
-                                      models_dir=args.omz_models_out_dir,
-                                      cache_dir=args.omz_cache_dir,
-                                      jobs_num=DOWNLOADER_JOBS_NUM)
-    models_available = subprocess.check_output(cmd + " --print_all", shell=True, universal_newlines=True).split("\n")
+
+    cmd = '{downloader_path} --print_all'.format(downloader_path=downloader_path)
+    models_available = subprocess.check_output(cmd, shell=True, universal_newlines=True).split("\n")
     models_to_run = set(models_from_cfg).intersection(models_available)
 
     os.makedirs(str(args.omz_models_out_dir), exist_ok=True)
@@ -162,8 +161,52 @@ def main():
         log.warning("List of models defined in config but not available in OMZ: {}"
                     .format(",".join(set(models_from_cfg) - models_to_run)))
 
+    # update test config with Open Model Zoo info
+    info_dumper_path = omz_path / "tools" / "downloader" / "info_dumper.py"
+    cmd = "{executable} {info_dumper_path} --list {models_list_path}"\
+        .format(executable=sys.executable, info_dumper_path=info_dumper_path,
+                models_list_path=models_list_path)
+    out = subprocess.check_output(cmd, shell=True, universal_newlines=True)
+    models_info = json.loads(out)
+
+    fields_to_add = ["framework", "subdirectory"]
+    models_root = test_conf_root.find("models")
+    for model_rec in list(models_root):     # convert iterator to list to prevent incorrect removing of records
+        if model_rec.attrib.get("source") == "omz" and "name" in model_rec.attrib:
+            if model_rec.attrib["name"] not in models_to_run:
+                # remove models from test config which aren't available in OMZ
+                models_root.remove(model_rec)
+            else:
+                # Open Model Zoo ensures name uniqueness of every model
+                models_info_rec = next(iter([rec for rec in models_info if rec["name"] == model_rec.attrib["name"]]))
+                info_to_add = {key: models_info_rec[key] for key in fields_to_add}
+                model_rec.attrib.update(info_to_add)
+                model_rec.attrib["precision"] = PRECISION
+                model_rec.attrib["path"] = str(
+                    Path(model_rec.attrib["subdirectory"]) / PRECISION / (model_rec.attrib["name"] + ".xml"))
+                model_rec.attrib["full_path"] = str(
+                    args.omz_irs_out_dir / model_rec.attrib["subdirectory"] / PRECISION / (model_rec.attrib["name"] + ".xml"))
+    test_conf_obj.write(args.test_conf)
+
+    # prepare models
+    cmd = '{downloader_path} --list {models_list_path}' \
+          ' --num_attempts {num_attempts}' \
+          ' --output_dir {models_dir}' \
+          ' --cache_dir {cache_dir}' \
+          ' --jobs {jobs_num}'.format(downloader_path=downloader_path, models_list_path=models_list_path,
+                                      num_attempts=OMZ_NUM_ATTEMPTS,
+                                      models_dir=args.omz_models_out_dir,
+                                      cache_dir=args.omz_cache_dir,
+                                      jobs_num=DOWNLOADER_JOBS_NUM)
+
     run_in_subprocess(cmd, check_call=not args.skip_omz_errors)
 
+    # Open Model Zoo doesn't copy downloaded IRs to converter.py output folder where IRs should be stored.
+    # Do it manually to have only one folder with IRs
+    for ir_src_path in args.omz_models_out_dir.rglob("*.xml"):
+        ir_dst_path = args.omz_irs_out_dir / os.path.relpath(ir_src_path, args.omz_models_out_dir)
+        shutil.copytree(ir_src_path.parent, ir_dst_path.parent)
+    
     # prepare virtual environment and install requirements
     python_executable = sys.executable
     if not args.no_venv:
@@ -183,10 +226,11 @@ def main():
     # NOTE: remove --precision if both precisions (FP32 & FP16) required
     cmd = '{executable} {converter_path} --list {models_list_path}' \
           ' -p {executable}' \
-          ' --precision=FP32' \
+          ' --precision={PRECISION}' \
           ' --output_dir {irs_dir}' \
           ' --download_dir {models_dir}' \
-          ' --mo {mo_tool} --jobs {workers_num}'.format(executable=python_executable, converter_path=converter_path,
+          ' --mo {mo_tool} --jobs {workers_num}'.format(executable=python_executable, PRECISION=PRECISION,
+                                                        converter_path=converter_path,
                                                         models_list_path=models_list_path, irs_dir=args.omz_irs_out_dir,
                                                         models_dir=args.omz_models_out_dir, mo_tool=args.mo_tool,
                                                         workers_num=multiprocessing.cpu_count())
index 1135cd9..9f8a7a5 100644 (file)
@@ -21,6 +21,7 @@ from inspect import getsourcefile
 from glob import glob
 import xml.etree.ElementTree as ET
 import hashlib
+from pathlib import Path
 import yaml
 from pymongo import MongoClient
 
@@ -72,6 +73,21 @@ def metadata_from_manifest(manifest):
     }
 
 
+def info_from_test_config(test_conf):
+    """ Extract models information for memcheck record from test config
+    """
+    test_conf_obj = ET.parse(test_conf)
+    test_conf_root = test_conf_obj.getroot()
+    records = {}
+    for model_rec in test_conf_root.find("models"):
+        model = model_rec.attrib["path"]
+        records[Path(model)] = {
+            "framework": model_rec.attrib.get("framework"),
+            "source": model_rec.attrib.get("source"),
+        }
+    return records
+
+
 def parse_memcheck_log(log_path):
     """ Parse memcheck log
     """
index a89dc10..ce600e9 100755 (executable)
@@ -14,11 +14,13 @@ import logging
 import os
 import subprocess
 import sys
+from pathlib import Path
 
 from memcheck_upload import create_memcheck_records, \
     upload_memcheck_records, \
     create_memcheck_report, \
-    metadata_from_manifest
+    metadata_from_manifest, \
+    info_from_test_config
 from compare_memcheck_2_runs import compare_memcheck_2_runs, \
     get_memcheck_records, get_db_memcheck_records
 
@@ -165,6 +167,15 @@ def main():
         if len(records) != len(logs):
             logging.warning('Skipped %d logs of %d', len(logs) - len(records), len(logs))
 
+        # extend memcheck records with info from test config
+        test_conf_parser = argparse.ArgumentParser()
+        test_conf_parser.add_argument('--test_conf')
+        test_conf = test_conf_parser.parse_known_args(binary_args)[0].test_conf
+        if test_conf:
+            info = info_from_test_config(test_conf)
+            for record in records:
+                record.update(info.get(Path(record["model"]), {}))
+
         # upload
         if args.upload:
             if records:
index f41ba48..b3cd52c 100644 (file)
@@ -37,4 +37,3 @@ target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}"
 
 # Copy local configs to BIN_FOLDER
 configure_file(local_configs/test_config.xml ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/unittests/test_config.xml COPYONLY)
-configure_file(local_configs/env_config.xml ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/unittests/env_config.xml COPYONLY)
index eeba370..a7d9990 100644 (file)
@@ -24,6 +24,7 @@ static const char test_conf_message[] = "Optional. Path to a test config with de
 /// test_conf is an optional parameter
 DEFINE_string(test_conf, OS_PATH_JOIN({"stress_tests_configs", "unittests", "test_config.xml"}), test_conf_message);
 
+// TODO: env_conf key is deprecated
 /// @brief message for env_config argument
 static const char env_conf_message[] = "Optional. Path to an env config with paths to models etc.";
 
diff --git a/tests/stress_tests/unittests/local_configs/env_config.xml b/tests/stress_tests/unittests/local_configs/env_config.xml
deleted file mode 100644 (file)
index 7d356d0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<attributes>
-    <irs_path>
-        <value>/nfs/inn/proj/vdp/vdp_tests/stress_tests/master_04d6f112132f92cab563ae7655747e0359687dc9/</value>
-    </irs_path>
-</attributes>
index 162f6f1..5df0571 100644 (file)
@@ -14,6 +14,6 @@
         <value>GPU</value>
     </devices>
     <models>
-        <value>caffe/FP32/alexnet/alexnet.xml</value>
+        <model name="alexnet" source="omz"/>
     </models>
 </attributes>
index 65ad080..27111ec 100644 (file)
@@ -37,11 +37,6 @@ bool parseAndCheckCommandLine(int argc, char **argv) {
         log_err("Exception while reading test config \"" << FLAGS_test_conf << "\": " << result.description());
         return false;
     }
-    result = config.load_file(FLAGS_env_conf.c_str());
-    if (!result) {
-        log_err("Exception while reading env config \"" << FLAGS_env_conf << "\": " << result.description());
-        return false;
-    }
     return true;
 }
 
@@ -54,8 +49,6 @@ int main(int argc, char **argv) {
     pugi::xml_document config;
     config.load_file(FLAGS_test_conf.c_str());
     Environment::Instance().setTestConfig(config);
-    config.load_file(FLAGS_env_conf.c_str());
-    Environment::Instance().setEnvConfig(config);
     ::testing::InitGoogleTest(&argc, argv);
     return RUN_ALL_TESTS();
 }
\ No newline at end of file