calib_ds.int8.npy| Google Drive
I have a modified yolov7 model with additional output layer (a classification output). when translating onnx, i have added 4 conv layers as output nodes (3 for yolo detection, 1 for classification). I wanted to add nms for the 3 layers in optimization step, and leave the other layer as is. was able to add nms_postprocess in the script. But during the optimize process, it stops with error [warning] output_layers_order in net_params don't match actual output layers in HN. InvalidHNError: There ...| Hailo Community