yolov8-opencv-onnxruntime-cpp
yolov8-opencv-onnxruntime-cpp copied to clipboard
yolov8 hub,cpp with onnxruntime and opencv
你好,很高兴你能开源代码。我使用onnx推理yolov8-seg自训练模型,使用官方例子python推理的结果很好,但是使用C++推理效果非常差,图片和模型都是一致的,请问你有什么思路和建议吗?
Hello Please put the executable file I failed to compile because of the onnxruntime library and... It is a difficult and very time-consuming work and there are many errors
Hi Thanks a lot for releasing the code. I am quite new to using onnx for yolov8 segmentation. I was wondering if you could please provide the onnx file as...
代码里能否检测模型启用了NMS,从而进行判断,是否走nms的流程。
Fix bug for control reaches end of non-void function when build type is release and cause some errors.
fix bug of different size between boxMask and box
大佬您好,在yolov8中进行predict时候可以加上retina_masks=True参数,这样分割出来的图像就会少了很多锯齿,请问大佬您这里边应该怎么设置? 非常感谢!!!
能否提供C++ onnx或者opencv对图像分类支持呢