monkeycc
monkeycc
``` python image_mosaic.py #### Processing 1.jpg & 2.jpg ###### N: 1122.0, n: 6, M:0.0, p: 0.99, eps: 0.6, delta: 3 Traceback (most recent call last): File "image_mosaic.py", line 222, in...
https://dearpygui.readthedocs.io/en/latest/documentation/node-editor.html Do you consider the Node Editor example There are too few official tutorials
I want to use DearPyGui to complete it But it's unclear how to port to DearPyGui ```python import queue import sys from matplotlib.animation import FuncAnimation import matplotlib.pyplot as plt import...
### I find a bug about `mltools` #### Your os: win11 #### Your python version: 3.8 #### Description: ### I find a bug about `mltools_viewer` #### Your platform: #### Your...
UI-tools 建议参考 ``` https://github.com/PaddleCV-SIG/PaddleLabel https://github.com/open-mmlab/labelbee https://github.com/open-mmlab/labelbee-client ```
I want to read the tiff image file Convert to EXR But I didn't see the documentation tutorial I don't know how to use it
https://www.modelscope.cn/models/damo/cv_nafnet_image-deblur_gopro/summary 去模糊 怎么用自定义数据集训练 查看官方文档 https://www.modelscope.cn/docs/%E6%A8%A1%E5%9E%8B%E7%9A%84%E8%AE%AD%E7%BB%83Train ``` 加载用户自己的数据集: from modelscope.msdatasets import MsDataset # 载入训练数据 train_dataset = MsDataset.load('/path/to/my_train_file.txt') 查看配置文件详解 ``` 那么这里 my_train_file.txt 数据格式是什么 配置文件详解 https://www.modelscope.cn/docs/%E6%95%B0%E6%8D%AE%E9%9B%86%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97 数据集使用指南 可以自定义txt和json ``` json格式文件 from modelscope.msdatasets import...
第一个问题 视频打不开 python tools/demo.py video -n yolox-s -c F:\YOLOX\yolox_s.pth --path D:\vIDEO\1.mp4 --conf 0.25 --nms 0.45 --tsize 640 --save_result --device gpu ``` python tools/demo.py video -n yolox-s -c F:\YOLOX\yolox_s.pth --path D:\vIDEO\1.mp4...
There is an issue with the font characters  `4-48` How to filter this type of error
``` dataset ├── anomalous │ ├── 00.jpg │ ├── 01.jpg │ ... ├── masks │ ├── 00.jpg │ ├── 01.jpg │ ... ``` I hope the official Labelme conversion script...