PaddleYOLO
PaddleYOLO copied to clipboard
🚀🚀🚀 YOLO series of PaddlePaddle implementation, PP-YOLOE+, RT-DETR, YOLOv5, YOLOv6, YOLOv7, YOLOv8, YOLOv10, YOLOX, YOLOv5u, YOLOv7u, YOLOv6Lite, RTMDet and so on. 🚀🚀🚀
C++部署的问题
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 我把训练出来的模型转成inference 在paddleDetection release2.3里的depoly CPP里部署 没有用 训练出来的inference模型是不是得在这个版本的CPP里部署才行
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 
### 问题确认 Search before asking - [x] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 请问有yolov5p6在coco上的pretrain_weights吗?
想用yolov7进行训练,所以改了v7的neck部分,也就是改动了yolo_fpn.py里的class ELANFPN(nn.Layer)。 这个函数在yolov5里并不调用吧? 为什么把这个类改了,yolov5模型导出时就会报错(报错信息如下),而把这个类还原则导出正常。 ps(导出yolov5只是用来测试,为什么改了neck部分,v7能进行训练但是不能导出呢) ``` 命令: python tools/export_model.py -c configs/yolov5/yolov5_s_300e_coco.yml --output_dir=output_inference -o weights=/home/bxy/PaddleDetection_YOLOSeries/output/yolov5_s_300e_coco/best_model.pdparams ``` ``` Traceback (most recent call last): File "/home/yaozhuohan/anaconda3/envs/paddle/lib/python3.7/site-packages/paddle/fluid/dygraph/dygraph_to_static/program_translator.py", line 733, in from_func_spec outputs = static_func(*inputs)...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 训练`ppyolo` `ppyolov2` `ppyoloe` `yolov3` `yolox`均正常,训练`yolov5` `yolov6mt` `yolov7`时均存在以下问题:...
训练错误
### 问题确认 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描述 Describe the Bug 使用yolov7 yolov7_l_300e_coco.yml 训练 PaddleDetection/ppdet/modeling/architectures/yolov5.py", line 88, in...
### 问题确认 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描述 Describe the Bug Traceback (most recent call last): File "/home/zhaohaibin/paddle/PaddleDetection_YOLOSeries-develop/tools/train.py",...
训练错误
### 问题确认 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描述 Describe the Bug Traceback (most recent call last): File "tools/train.py",...
配置错误,应该是合并代码时,整理错误导致。
### 问题描述 Please describe your issue Train Custom Data Tutorial