Yufei Wu
Yufei Wu
Hi, @brmarkus . I need to use the latest openvino with dl streamer, instead of 2022.1 version.
I agree that latest OV might be compatible, but is there any guide how can we use self-built OpenVINO with DL streamer? ---Original--- From: "Markus ***@***.***> Date: Wed, Jun 29,...
Hi, when the OV is built from source, user has to link the necessary dependence by himself by 'export LD_LIBRARY_PATH=xxxx'. I didnt find there is such simple "source setupvars.sh" to...
this script file exists because it will be included into the final installation package(also you can see the setupvars.bat in script directory). However, if you run the script in your...
all openvino related .so files are in bin/x64/release directory . opencv related .so files are in xxx/temp/ directory. ---Original--- From: "Markus ***@***.***> Date: Sun, Jul 3, 2022 02:58 AM To:...
I ignore and skip the install process with only build process. That's why I cannot use simple setupvars.sh file and have to find and manage all env variables by myself....
tracker.sh ``` source ~/l_openvino_toolkit_internal_ubuntu18_p_2021.4.582/bin/setupvars.sh cd ~/l_openvino_toolkit_internal_ubuntu18_p_2021.4.582/data_processing/dl_streamer/samples/gst_launch/vehicle_pedestrian_tracking ./vehicle_pedestrian_tracking.sh ~/hospital_20_40.mp4 1 GPU fps zero-term ``` I download openvino 2021.4.582 to my devcloud local path. Need to modify the gvatrack device=GPU and device=CPU...
> Thanks, > > Let me check it. I also noticed you are using Xe Max which is the discrete GPU, this could cause some difference. > > Also I...
@mliu2020 Thank you Mak. I didn't run the OpenVINO install_neo...., so I didn't change the OpenCL runtime environment. The clinfo in devcloud is:  So, I don't know the driver...
> Hi @wdkwyf, > > I reproduced performance issue and found solution. We will fix it in the near feature. @alexey-belyakov Thank you! Looking forward to it!