-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
我成功复现了您的代码,并输出正确结果。但是我使用自己训练的模型时能够跑通,但是最后输出的结果掩码与原图实际位置不符。我重新训练模型imgsz为640就可以正确出图,1280就不能正确出图,这是什么原因:我设置的参数如下
initParameters.dst_h = 1280;
initParameters.dst_w = 1280;
m_output_seg_w = 320 * 320;…
-
已经参考 [Convert yolov8 model to ncnn model · Digital2Slave/ncnn-android-yolov8-seg Wiki (github.com)](https://github.com/Digital2Slave/ncnn-android-yolov8-seg/wiki/Convert-yolov8-model-to-ncnn-model)
…
-
@nihui we just started YOLOv8 NCNN model export and inference issues a few hours ago which seems to have coincided with a recent update of the PNNX binaries.
After testing we determined that the n…
-
Hi triple-Mu,
I am really impressed by your work, its a lot of contribution for Yolov8.
I would request one more thing,
I am trying to export the model from nms_seg_plugin branch export code fo…
-
i know this code can use yolov8.pt to track, but i want to detect polygon, i need to use yolov8-seg.pt.
i did not know how to show mask color.
can you make a code for segment-track?
-
Hi,
I find this github project very interesting, and I'm searching for a better model of instance detection than yolov8-seg. I wanna ask which 'yaml' file is the combination of yolo and swin transf…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
博主您好,你分享的代码我想用在自己训练的数据上。但是发现这里有问题,onnx转换为TensorRT的trt文件成功后,我用Netron查看了数据:它的输出有两种呢,
![Snipaste_2024-04-25_16-02-25](https://github.com/FeiYull/TensorRT-Alpha/assets/7522853/7bbc6e70-4e32-4062-b70b-23f…
-
Problem in process_result function of yolov8 seg. Seem reshape_mask only 160x160 but my1 is bigger than 160. What should i do to fix that?
![image](https://github.com/guojin-yan/OpenVINO-CSharp-API…