monkeycc

Results 145 comments of monkeycc

``` File "f:\AI.py", line 871, in draw_bbox_mask dt['binary_mask'] = mask_utils.decode(dt['mask']) File "D:\Anaconda3\envs\PaddleX\lib\site-packages\pycocotools\mask.py", line 91, in decode return _mask.decode([rleObjs])[:,:,0] File "pycocotools/_mask.pyx", line 146, in pycocotools._mask.decode File "pycocotools/_mask.pyx", line 128, in pycocotools._mask._frString...

uname -a Linux mm-ROG-Strix-G733ZX-G733ZX 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux cat /proc/cpuinfo | grep 'model name' |uniq model name : 12th Gen Intel(R)...

``` sudo ldconfig -p | grep -i gl.so libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1 libwayland-egl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so libcogl.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcogl.so.20 libOpenGL.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenGL.so.0 libOpenGL.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenGL.so libGL.so.1 (libc6,x86-64)...

Thank you for your help test fails, the same error message will be reported ``` sudo ldconfig -p | grep -i gl.so libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1 libwayland-egl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so...

@duduzai2019 @lijoe123 目标检测 可以转换 LabelImg 分割的话 还差最后一步 转换mask坐标点 再保存到json

那就是官方转换工具的问题 python tools/x2coco.py --dataset_type labelme --json_input_dir  E:/biaozhuCOCO/JSON   --image_input_dir  E:/biaozhuCOCO/IMG   --output_dir  E:/biaozhuCOCO/COCO   --train_proportion 0.7  --val_proportion 0.2  --test_proportion 0.1 针对这个转换COCO有问题情况 应该怎么解决 @wangxinxin08

``` pip install . -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing d:\0sdxx\paddlespeech-develop Preparing metadata (setup.py) ... done Requirement already satisfied: braceexpand in d:\anaconda3\envs\paddlespeech\lib\site-packages (from paddlespeech==0.0.0) (0.1.7) Requirement already satisfied: editdistance...

```python pip install -e .[develop] -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Obtaining file:///D:/0SDXX/PaddleSpeech-develop Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit...

Hope to increase the support of Qwen VL +1