diff --git a/tests/models b/tests/models index 1a13e5be9e5..29047f66c5a 160000 --- a/tests/models +++ b/tests/models @@ -1 +1 @@ -Subproject commit 1a13e5be9e592875fc2530a93bdd8f8eb79e9638 +Subproject commit 29047f66c5ab63c4109b57992a95f4d58f0ab526 diff --git a/tests/st/model_zoo_tests/310_infer_yolov4/test_infer_310_yolov4.py b/tests/st/model_zoo_tests/310_infer_yolov4/test_infer_310_yolov4.py index efe20022116..40d8f9da642 100644 --- a/tests/st/model_zoo_tests/310_infer_yolov4/test_infer_310_yolov4.py +++ b/tests/st/model_zoo_tests/310_infer_yolov4/test_infer_310_yolov4.py @@ -101,6 +101,8 @@ def test_infer_310_yolov4(): exec_infer_shell = "cd {0}; bash run_infer_310.sh ../yolov4.mindir {1} {2} {3}".format(infer_ret_path, \ os.path.join(dataset_path, "coco", "coco2017_500", "val2017_500"), device_id, \ os.path.join(dataset_path, "coco", "coco2017_500", "annotations", "instances_val2017_500.json")) + os.environ['LD_LIBRARY_PATH'] = '/usr/local/lib:' + os.environ['LD_LIBRARY_PATH'] + print(f"LD_LIBRARY_PATH={os.environ.get('LD_LIBRARY_PATH')}") os.system(exec_infer_shell) accuracy_data, fps_data = check_log_file(infer_ret_path)