YOLOv7_OpenVINO_cpp-python icon indicating copy to clipboard operation
YOLOv7_OpenVINO_cpp-python copied to clipboard

This repository will demostrate how to deploy a offical YOLOv7 pre-trained model with OpenVINO runtime api

Results 5 YOLOv7_OpenVINO_cpp-python issues
Sort by recently updated
recently updated
newest added

I'm so sorry.Are you sure the cpp file is accurate?step8 is abnormal in my case

Dump preprocessor: Input "images" (color BGR): User's input tensor: [1,640,640,3], [N,H,W,C], f32 Model's expected tensor: [1,3,640,640], [N,C,H,W], f32 Pre-processing steps (2): convert color (RGB): ([1,640,640,3], [N,H,W,C], f32, BGR) -> ([1,640,640,3],...

sometimes im getting 3 fps, then sometime its giving 10 fps, when i print it in cmd its showing ~33 fps. i have applied simple logic for getting fps, because...

hi, I met a error of "非常量的表达式", when I build the c++ code with vs2019 . I changed it to below to fix it. " float data1[640*640*3]; "

Why does it take 200 milliseconds to infer a model once? Is this normal?