-
1. 请问yolo系列的模型有针对小目标的优化吗
2. 请问在pp-yolo、yolov3、yolov4中有没有yolo+fpn这种配置文件
3. 还有就是[yolov4](https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.0-beta/configs/yolov4)中的PAN模块应该怎么使用呢
-
![image](https://user-images.githubusercontent.com/57654726/105292061-bd893b00-5bf3-11eb-8ead-f8b0c0de28cc.png)
![image](https://user-images.githubusercontent.com/57654726/105292286-cc6fed80-5bf3-11e…
-
使用模型:dcn下yolov3_r50vd_dcn_db_iouloss_obj365
python版本:3.5
paddlepaddle-gpu:1.8.5
数据样本2000多张,4个类别,num_max_boxes在[1,100)以内
训练loss打印:
iter: 84940, lr: 0.000001, 'loss_xy': '10.481256', 'loss_cls':…
L-lei updated
3 years ago
-
pp-yolo配置文件中dcn_v2_stages, 这里的v2是表示dcn第二版嘛,如果是,那么改成dcn_v1_stages, 是否就是dcn第一版呢?
-
转发自: https://github.com/PaddlePaddle/Paddle-Lite/issues/4680
设备:jetson nano
cuda:10.2.89
opencv 4.1.1
trt:7.1.3.0
cudnn:8.0.0.180
模型:PPYOLO
设置predictor代码:
def create_(model, p…
-
系统环境:
docker中的Ubuntu18
cuda版本10.1
根据安装文档第一步 python -m pip install paddlepaddle-gpu==2.0.1.post101 -i https://mirror.baidu.com/pypi/simple
pip 提示没有找到符合描述的
```
(pp-yolo) root@f16818b3ffeb…
-
https://github.com/ultralytics/yolov5
not sure howto use this
https://github.com/PaddlePaddle/PaddleDetection
“YOLO v5 is small. Specifically, a weights file for YOLO v5 is 27 megabytes. Ou…
-
1.paddledetection是怎么开启多卡训练
2.PP-YOLO在构造时可变形卷积部分工程师有没有考虑用空洞卷积代替?
3.选择backbone时候为何没有考虑一下更加优越的resnext网络
最近写一些论文,希望设计团队老师帮我解答一下
-
命令: ./deploy/cpp/build/main --model_dir=myfiles/my_ppyolo --image_path=/d/hl_files/4_10_2_0003.jpg --use_gpu=True --run_mode fluid
在pc上运行正常
在xavier上运行paddledetection之前的yolo系列也正常
报错信息:
WARNING…
-
ppyolo 模型,导出的model,包括经剪裁和量化后导出到模型, 使用 [lite 转换工具opt v2.6.1](https://paddlelite-data.bj.bcebos.com/Release/2.6.1/opt/opt) 导出时报错
x86:
```
./opt --model_dir=/home/aistudio/work/model_final/int \
--…
Fauny updated
3 years ago