Digital2Slave
Digital2Slave
> After logging in - I am stuck at connecting. I am using Ubuntu 22.04. +1 ``` ➜ ~ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:...
@JNaranjo-Alcazar The script of @sdimantsd is work for COCO format json file. You can use [label-studio](https://github.com/heartexlabs/label-studio) to label images and export COCO format json file. Or you can modify the...
> minSdkVersion is no older than 24 Thanks a lot.
same issue. How to fix it ? - label-studio ``` label-studio 1.10.0.post0 label-studio-converter 0.0.33rc5 label-studio-evalme 0.0.18 label-studio-sdk 0.0.32 label-studio-tools 0.0.3 ``` - os ``` No LSB modules are available. Distributor...
1. export JSON file with the following function. ``` import time from label_studio_sdk import Client # https://labelstud.io/guide/export # https://github.com/HumanSignal/label-studio-sdk/blob/master/examples/export_snapshots.py def ExportSnapshot(LABEL_STUDIO_URL, API_KEY, PROJECT_ID, SAVE_PATH): # connect to Label Studio ls...
Yes. In Chinese version [Depth upsampling algorithm based on image edge characteristics](http://www.joelcn.com/ch/reader/view_abstract.aspx?file_no=20141219&flag=1)
Refer @FeiGeChuanShu https://github.com/FeiGeChuanShu/yolov5-seg-ncnn/issues/1#issuecomment-1253376316 1. export the torchscript file by [export.py](https://github.com/ultralytics/yolov5/blob/master/export.py). 2. use [pnnx](https://github.com/Tencent/ncnn/tree/master/tools/pnnx) tool to convert the torchscript to ncnn model. How to modify the following commands to generate the...
@nqthai309 yes. i have the same issue. So i write "How to modify the following commands to generate the correct ncnn model files." No response from @FeiGeChuanShu. Maybe there is...
@nqthai309 @superbayes @xellDart It seems `block issues` of pnnx . I have put an issue https://github.com/Tencent/ncnn/issues/4488  https://github.com/Tencent/ncnn/issues/4489#issue-1561097873
@MjiS I change to use yolov8 segment model. You can refer wiki https://github.com/Digital2Slave/ncnn-android-yolov8-seg/wiki/Conver-yolov8-model-to-ncnn-model. By the way, because the yolov5 segment model may different between versions. The convert NCNN model file...