-
训练picodet_l_640后使用export_model.py导出,模型大小为13M,使用deploy/python/infer.py预测视频,需要61ms每帧,使用的是GTX1650独立显卡,paddle2.1.3,与官方提供的预测速度相差很大,请问该如何提高?
-
您好,
PaddleDetection团队很高兴看到您自发的进行了PicoDet对于ONNXruntime的适配,也注意到您这边有一些问题待解决,同时,我们也希望在PaddleDetection中添加您的repo链接,让更多的开发者使用,看您这边是否方便,可以添加微信,便于后续的交流~
微信号:18108656919
飞桨PaddleDetection|产品经理Yixin
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
使用 picodet_lcnet_x1_0_fgd_layout_cdla.pdparams …
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
1.picoDet 后量化是不是仍然不行,看2.3版本readme 提示精度有异常
2.pi…
-
### 请提出你的问题 Please ask your question
paddleDetection 的推理源码中,若模型为 PicoDet 的结构,会执行不同的后处理过程.而我在推理过程中,出现了以下错误导致无法得到正常的预测结果: 图中所示的 num_class 是由存放输出 tensor 的 output_shape_list 容器得到,但是这里明显有一个访问越界的问题导致 num_c…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
Hii there ,
I have fine tuned layout analysis …
-
configs/picodet/picodet_s_320_coco.yml配置的
TrainReader:
sample_transforms:
- AutoAugment: {autoaug_type: v1}
在训练的时候出错了,怎么解决?
训练命令: python tools/train.py -c configs/picodet/picod…
-
将跳转photofragment的方式打开后,有如下报错:主要是在Predictor.java中的loadmodel环节 这句话paddlePredictor = PaddlePredictor.createPaddlePredictor(config);报错了:
2021-12-21 21:57:08.241 7619-8176/com.baidu.paddledetection.dete…
-
cuda 10.2 gcc 7.5 jetpack 4.4 tensorrt 7.0
下载了这个模型picodet_l_640_coco.pdparams
执行命令是:./main --model_dir=/home/ychen/PaddleDetection/deploy/cpp/build/picodet_l_640_coco.pdparams --image_file=/ho…
-
**Please fill in the information below so that we can solve the problem quickly, Thanks !**
**Describe the bug**
使用 paddleslim 对训练好的 picodet 模型进行量化,然后选择了
onnx_format=True,
activation_bit…