Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
!CUDA_VISIBLE_DEVICES=0 python deploy/python/infer.py --model_dir=/home/aistudio/PaddleDetection/output_inference/ppyoloe_crn_l_300e_coco --image_file=demo/road554.png --device=gpu
请填写命令/A placeholder for the command.
您是否更改过代码或配置文件?您是否理解您所更改的内容?还请您提供所更改的部分代码。/Did you make any modifications on the code or config? Did you understand what you have modified? Please provide the codes that you modified.
没有
您使用的数据集是?/What dataset did you use?
官方示例数据集
请提供您出现的报错信息及相关log。/Please provide the error messages or relevant log information.
如您在使用PaddleDetection的同时还在使用其他产品,如PaddleServing、PaddleInference等,请您提供其版本号/ Please provide the version of any other related tools/products used, such as the version of PaddleServing and etc:
没有
请提供您使用的操作系统信息,如Linux/Windows/MacOS /Please provide the OS information, e.g., Linux:
AI studio
请问您使用的Python版本是?/ Please provide the version of Python you used.
3.7
请问您使用的CUDA/cuDNN的版本号是?/ Please provide the version of CUDA/cuDNN you used.
7.6
PaddleDetection team appreciate any suggestion or problem you delivered~
Checklist:
描述问题/Describe the bug
当我在使用pp yoloe这个模型训练时导出的模型在使用deploy预测时会报错显示No object detected,在查看源码后得知,其infer支持的模型不包括上述模型,但是在官方示例中所给出的导出模型以及推理的方案都是如此,在遵循官方示例操作后仍然有问题,所以希望能够得到准确的答复,谢谢各位大佬
复现/Reproduction
您是否更改过代码或配置文件?您是否理解您所更改的内容?还请您提供所更改的部分代码。/Did you make any modifications on the code or config? Did you understand what you have modified? Please provide the codes that you modified.
没有
环境/Environment
如果您的issue是关于安装或环境,您可以先查询安装文档尝试解决~
If your issue looks like an installation issue / environment issue, please first try to solve it yourself with the instructions in https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.1/docs/tutorials/INSTALL.md