-
![image](https://user-images.githubusercontent.com/13615964/85908518-f3299980-b847-11ea-9b3e-df8fbc0da662.png)
我以为睡一觉起来会有 状态更新,但是并没有。
-
https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/tutorials/deploy/deploy_server/deploy_cpp/deploy_cpp_linux.md
“
编译cmake的命令在scripts/build.sh中,请根据实际情况修改主要参数,其主要内容说明如下:”
这段说清楚 scripts/build.…
60999 updated
4 years ago
-
训练刚刚开始时刚刚过了第一个iteration,就发生了Segmentation fault:
> loading annotations into memory...
> Done (t=0.00s)
> creating index...
> index created!
> 2020-05-14 17:13:37,547-INFO: 24 samples in file cus…
-
已经制作好了自己的VOC数据集,怎么放到PaddleDetection上进行训练。
-
官方给的例子都提供了预训练模型,如果在这基础上修改网络结构的话,预训练模型怎么解决?
-
[https://paddlex.readthedocs.io/zh_CN/latest/quick_start.html](url)
粘贴自官方文档
`eval_dataset = pdx.datasets.ImageNet(
data_dir='vegetables_cls',
file_list='vegetables_cls/train_list.txt',
…
-
Hello, thanks a lot for this comprehensive library.
[In this doc](https://github.com/PaddlePaddle/PaddleDetection/blob/release/0.3/docs/advanced_tutorials/READER.md) it says that we can use xcoco.p…
-
这是使用faster_rcnn的部分训练过程
![image](https://user-images.githubusercontent.com/62173828/77227211-886a2180-6bb9-11ea-99bc-b958ec8acdbf.png)
从算法将,faster_rcnn是双网络结构,精度应该会更高,但实际不是那样的,不只我一个人遇到这种情况,请帮忙解答一下,谢谢
-
-
能否出一个完全版的关于config配置文件项的详细解释