-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
### 问题确认 Search before asking
- [x] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
你好,
我正常训练picodet,一切都是正常的。
然后我想着量化训练一下,用的命令如下
…
-
args.model_path = os.path.join(project_root, "data/seal/detect/picodet_s_416_coco_sim.onnx")
args.label_path = os.path.join(project_root, "data/seal/detect/class_names.txt")
运行缺少这两个配置文件。
-
使用paddle2onnx将训练好的picodet模型转换成了onnx格式,代码如下:
paddle2onnx --model_dir inference_model/picodet_s_320_voc/ \
--model_filename model.pdmodel \
--params_filename model.pdiparams …
axdo updated
4 months ago
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
### 执行命令
```
python PaddleDetection/tools/inf…
-
```
paddle2onnx --model_dir inference_model/yolov3_darknet53_270e_coco \
--model_filename model.pdmodel \
--params_filename model.pdiparams \
--opset_version …
-
![数据集](https://github.com/PaddlePaddle/PaddleClas/assets/9262938/e6546105-8a00-4118-a7d4-e33ee556ba86)
1,数据集中的数据量,是图片数,还是分类数?
2,PRC的数据,官方给出的是200分类,训练集数据近6万。与PaddleClas给出数据不符。
请帮忙确认图片中,RPC 3K,是什么意…
xiahc updated
4 months ago
-
**请将下面信息填写完整,便于我们快速解决问题,谢谢!**
pp-shitu主体检测模型转onnx,提示有算子不支持。
**问题描述**
(pp) PS D:\PaddleClas\deploy> paddle2onnx --model_dir=./models/picodet_PPLCNet_x2_5_mainbody_lite_v1.0_infer/ --model_filename…
-
paddlex 中的 [picodet_esnet_l 模型](https://github.com/PaddlePaddle/PaddleX/blob/develop/tutorials/train/object_detection/picodet.py) 转换为 onnx 失败,
转换命令如下
```
paddle2onnx --model_dir work/code/output…