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

Python Run Issue

Open PavinderYadav0 opened this issue 1 year ago • 0 comments

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], [N,H,W,C], f32, RGB) scale (255,255,255): ([1,640,640,3], [N,H,W,C], f32, RGB) -> ([1,640,640,3], [N,H,W,C], f32, RGB) Implicit pre-processing steps (1): convert layout [N,C,H,W]: ([1,640,640,3], [N,H,W,C], f32, RGB) -> ([1,3,640,640], [N,C,H,W], f32, RGB)

PavinderYadav0 avatar Mar 20 '24 10:03 PavinderYadav0