Yuan Hu

Results 14 comments of Yuan Hu

@luo-cheng2021 @usstq help to review

@maxnick could you help to review?

@osivinyuk because I don't know the details of _parameters, so could you help to provide a sample code which can reproduce this issue. below is a example code ``` #include...

@osivinyuk I try it on windows machine, below is my test code ``` #include #include "openvino/openvino.hpp" int main() { ov::Core core; auto _model = core.read_model("model/yolov7-tiny.xml"); ov::preprocess::PrePostProcessor ppp(_model); ov::preprocess::InputInfo& inputa =...

@osivinyuk thanks very much for reply, does the workflow of your application is like this ``` for( int i = 0; i < image_numbers; i++) { open image file; resize...

@osivinyuk I am glad that your application is work now. About the resize issue in preprocessing, I will try some cases, but I am not sure that I can reproduce...

@osivinyuk sorry, I can't reproduce the resize issue. @yuxu42 about the windows debug package issue , it seemed already fixed by commit https://github.com/openvinotoolkit/openvino/commits/987cec8b173bb6169f515ff1bf9b75368e5ff311 ![306835172-ac39e576-ca9b-4525-8a7b-56f3dab9a843](https://github.com/openvinotoolkit/openvino/assets/65016081/82fed439-dea4-409c-84c5-33686405f94d)

@vurusovs thanks for help porting this PR, maybe also need pr https://github.com/openvinotoolkit/openvino/pull/19832, because the issue between C++ thread_local and windows Appverify CVS-126101, so I also add wangleis

@usstq help to continue to review thanks