Closed Dereck-Ting closed 3 years ago
check the img input size in cpp file to be consistent with your converted model, and the num_class should also be changed
check the img input size in cpp file to be consistent with your converted model, and the num_class should also be changeI
The input size in cpp file is consistent with the model, I used yolox_tiny and set the size to be both 416, but the result in cpp is still werid.
I trained my own data with 6 classes and convert it to openvino xml file. I tested this xml and bin file under openvino python script and works good , but I got the weird results when tested in Openvino C++. Do I need to change something in c++ file besides class number?