Dong fang

Results 2 issues of Dong fang

在多台电脑上出现同样问题。 ncnn版本20231027 模型文件 [best.zip](https://github.com/Tencent/ncnn/files/13816346/best.zip) 模型为yolov5的分割模型c++推理代码为 ``` #include "yolo-seg.h" #include #include #include #include #include #include #include #include class SegModel { public: virtual bool Init(std::string modelPath, int targetSize, double conf, double iou);...