maizhibin

Results 1 comments of maizhibin

缺少data/seal/detect/picodet_s_416_coco_sim.onnx 和 class_name.txt文件, 我找了一个其它模型picodet_s_416_coco.onnx 放进去,并且新建了一个名为class_name.txt的空文件(因为不知道原来是什么内容),程序能启动了,但运行印章检测报错,请看下是什么问题,谢谢。 以下为错误信息: ``` File "/Users/xxx/dev/ImageAnalysisService/utils/compute/bbox_nms.py", line 43, in multiclass_nms bboxes_i = bboxes_i[scores_i > score_threshold] │ │ └ 0.8 │ └ array([0.04205468, 0.0171034 , 0.0371412 , 0.00926745,...