DaWei
DaWei
还有就是什么样的标准作为最佳匹配结果比较好呢,可能分数都到100了,我用ICP纠正,然后我以纠正的值最小的时候作为最佳的角度及位置点,出现了这种情况。
Hi iago: first of all, thank you for your OPEN SOURCE. I am tring to use it in my project.but when i test it, i meet some strange problem(detect some...
跑的paddle3D的课程SMOKE代码 /home/aistudio/Paddle3D/deploy/smoke/python /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/matplotlib/__init__.py:107: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import MutableMapping /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/matplotlib/rcsetup.py:20: DeprecationWarning:...
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePaddle/PaddleSeg/issues) and found no similar bug report. ### Bug描述 Describe the Bug  配置如下: # common...
### bug描述 Describe the Bug 使用ppdet预训练模型rtdetr_r50vd_6x_coco.pdparams或其他模型,直接转换onnx模型,paddle2onnx转换. 预测代码: def get_test_images(infer_dir): """ Get image path list in TEST mode """ assert infer_dir is None or os.path.isdir(infer_dir), \ "{} is not a directory".format(infer_dir)...
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component Inference ### Bug描述 Describe the Bug 没有修改任何参数,训练自己的数据集,预测的时候看起来结果有点奇怪,box和区域对应不上 ...
**Please fill in the information below so that we can solve the problem quickly, Thanks !** **Describe the bug** A clear and concise description of what the bug is. **Informations...
导出命令: python tools/export_model.py -c configs/rtdetr/rtdetr_hgnetv2_l_6x_coco.yml -o weights=output/rtdetr_hgnetv2_l_6x_coco/model_final.pdparams trt=True 转换命令: paddle2onnx --model_dir=./output_inference/rtdetr_hgnetv2_l_6x_coco/ --model_filename model.pdmodel --params_filename model.pdiparams --enable_onnx_checker True --enable_dev_version False --opset_version 16 --save_file rtdetr_hgnetv2_6x_coco.onnx 版本:  报错信息:  **Informations...
 