ImageAnalysisService icon indicating copy to clipboard operation
ImageAnalysisService copied to clipboard

请问印章检测模型方便开源吗

Open XhHello opened this issue 1 year ago • 0 comments

使用您公开的印章检测数据集训练了pp-picodet,我使用的是paddledetection-2.3.0版本训练的。转为onnx模型,执行picodet.py时出现报错: ImageAnalysisService-main\utils\compute\bbox_nms.py", line 43, in multiclass_nms bboxes_i = bboxes_i[scores_i > score_threshold] IndexError: boolean index did not match indexed array along dimension 0; dimension is 2704 but corresponding boolean dimension is 3

可能是是模型的输出结构和您的不一样,请问您是否可以分享一份您训练的picodet_s_416.onnx文件和class_name.txt文件

XhHello avatar Oct 10 '24 05:10 XhHello