YOLOv7_OpenVINO_cpp-python
YOLOv7_OpenVINO_cpp-python copied to clipboard
float data1[img_h*img_w*3] compile error
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]; "
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