Digital2Slave
Digital2Slave
> @Digital2Slave Thank you for your guidance but I want to run segmentation in real time like yolov5-seg. There is no app for Yolov8s-seg model or do I need to...
> @Digital2Slave Did you solve it? I'm also facing this issue Not yet!
> > Hi, could you tell me the way to convert pretrained weight from pt to ncnn? Thank you. > > * 1. export the torchscript file by [export.py](https://github.com/ultralytics/yolov5/blob/master/export.py). >...
> ./pnnx yolov5n-seg.torchscript inputshape=[1,3,640,640] @noinoivip911 You should use `./pnnx yolov5n-seg.torchscript inputshape=[1,3,640,640] `
> @noinoivip911 Have you solved your problem? I have the same issue. I'm using this command for exporting: > > pnnx yolov5s-seg.torchscript inputshape=[1,3,640,640] inputshape2=[1,3,320,320] @sctrueew Check `./pnnx yolov5s-seg.torchscript inputshape=[1,3,640,640] `
> have you solved it? I have the same issue, Tks @nqthai309 Do you find solution :question:
@programmeddeath1 It seems that the `ncnn-yolov8s-seg` cannot find ncnn library. Please check the following setting in `CMakeLists.txt`: ``` include_directories(/usr/local/include) include_directories(/usr/local/include/ncnn) link_directories(/usr/local/lib) ``` BTW, make sure you build and install ncnn...
> Hi I have already installed ncnn on the board and it is present on /usr/local/include/ncnn. You could set ncnn library in `CMakeLists.txt` like the following: ``` # Lib files...
https://github.com/Digital2Slave/ncnn-android-yolov8-seg/wiki/Convert-yolov8%E2%80%90seg-to-ncnn-model-step-by-step 
闪退的报错信息是什么?先定位一下原因。