monkeycc
monkeycc
YOLOv6 命名肯定有质疑的 不管官方给出什么所谓的理由和原因 然后国内唯一深度学习框架是使用 [GPL-3.0 license] 自己的项目不能商业化 必须开源 不然美团律师就能找你罚钱
`https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/apis/prediction.md` 能否学习这个 一个框架 全部模型 直接选择模型的目录就行了 从代码 到 预测结果 简单明了 再回头看看我们的教程 ``` from mmdeploy.apis import inference_model result = inference_model(model_cfg, deploy_cfg, backend_files, img=img, device=device) ``` 函数参数 怎么调用 不知道 model_cfg, deploy_cfg, backend_files 教程一个字...
DeepLabV3 模型 COCO数据集 语义分割检测之后 需要后处理方法 如何进行这样的裁剪 @xiexinch
@super233 兄弟 labelme的json 可以增强不 albumentations不能对labelme的多点标注json文件进行增强
目标检测 可以用不 @lailuboy
``` python OK.py 2022-08-22 17:16:52,476-WARNING: type object 'QuantizationTransformPass' has no attribute '_supported_quantizable_op_type' 2022-08-22 17:16:52,476-WARNING: If you want to use training-aware and post-training quantization, please use Paddle >= 1.8.4 or develop...
我也有这个问题 pdx.deploy.Predictor("model") 没有加上 ,use_gpu=True 对于有一些图片 result = model.predict(images) 就会给出报错信息 list index out of range @FlyingQianMM
强烈建议PaddleX集成OCR训练,预测
I don't know what caused it uninstall Reinstall @yourdaddaddadd
大佬 我是建议 pyqt5 转换为 pyside6 比如labelImg部署给用户 打包为EXE 增加了自动标注工具功能 那么根据pyqt5协议 我的程序 就要全部开源 要么购买PyQt的商业版本 当然只是建议~~ @tzutalin