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

float data1[img_h*img_w*3] compile error

Open szwyx999 opened this issue 2 years ago • 1 comments

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

szwyx999 avatar Mar 06 '23 10:03 szwyx999

Thanks for your remind, this is my mistakes. I have fixed it https://github.com/OpenVINO-dev-contest/meter_reader_openvino_cpp/blob/main/src/segmenter.cpp#L36

openvino-dev-samples avatar Mar 06 '23 12:03 openvino-dev-samples