-
## 描述问题/Describe the bug
在贵方的sniper中,使用的数据集就是VisDrone数据集,所以这里我也采用这个数据集进行训练,在训练之前需要将VisDrone数据集的格式转换为coco格式,官方的yml文件中采用的也是coco格式(后面给出转换代码)。在开始训练的时候报错,应该是数据集的类别数不对。
## 复现/Reproduction
1. 您使用的命令是?…
-
**PaddleDetection team appreciate any suggestion or problem you delivered~**
## Checklist:
1. 查找历史相关issue寻求解答/I have searched related issues but cannot get the expected help.
2. 翻阅[FAQ](https:/…
-
- 版本、环境信息:
1)PaddlePaddle版本:paddle/release2.2
2)CPU:AMD
3)GPU:请提供GPU型号,CUDA和CUDNN版本号
4)系统环境:ubuntu18.04
- 安装方式信息:
1)pip安装
2)本地编译:make -j4
使用make编译报如下错误
simuler@ubuntu:~/Padd…
-
**PaddleDetection team appreciate any suggestion or problem you delivered~**
## Checklist:
1. 查找历史相关issue寻求解答/I have searched related issues but cannot get the expected help.
2. 翻阅[FAQ](https:/…
-
Error occured with 'cfg_path', 'am_model', 'am_params' are not none. So, local variable 'tag' must be assigned.
-
**PaddleDetection team appreciate any suggestion or problem you delivered~**
## 描述问题/Describe the bug
A clear and concise description of what the bug is.
**对于自定义数据集,发现yml中map_type这个变量没有清晰的解释。**…
-
1. 您使用的命令是?/What command or script did you run?
```none
export CUDA_VISIBLE_DEVICES=0,1,2,3
python -m paddle.distributed.launch --gpus 0,1,2,3 tools/train.py -c configs/ppyolo/ppyolov2_r50vd_dc…
-
**PaddleDetection team appreciate any suggestion or problem you delivered~**
请问有人用自定义的数据集训练过PPYOLOV2的模型吗,我colab跑了半个小时都没有出第一个epcho的结果,是我参数设置的问题吗?我的参数设置是10 epcho,batchsize=12 学习率是0.00125
![ca0ac3e4f…
-
欢迎您使用PaddleClas并反馈相关问题,非常感谢您对PaddleClas的贡献!
提出issue时,辛苦您提供以下信息,方便我们快速定位问题并及时有效地解决您的问题:
1. PaddleClas版本以及PaddlePaddle版本:请您提供您使用的版本号或分支信息,如PaddleClas release/2.2和PaddlePaddle 2.1.0
2. 涉及的其他产品使用的版本号…
-
在导出预测模型时,有一个返回值是list(Tensor)类型,因为是在依赖Tensor的控制流中生成所以被转换成了LoDTensorArray类型返回,这种情况下如何在外部获取这个返回值?提供的接口copy_to_cpu似乎只支持将LoDTensor拷贝到cpu上。