请问 CSPResNetb 预训练权重的许可协议和训练数据是什么? (License and training data of CSPResNetb pretrained weights)
问题确认 Search before asking
- 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
您好,
我们计划在商业项目中使用 configs/rotate/ppyoloe_r 训练自己的旋转框检测模型。 配置文件中指定了:
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_l_pretrained.pdparams
仓库的 LICENSE 是 Apache-2.0,但我们没有找到关于这些预训练权重文件本身的 许可说明。想请教三个问题:
CSPResNetb_s/m/l/x_pretrained.pdparams 这些权重文件本身是否也按 Apache-2.0 发布?是否允许商业使用?
这些权重是在哪个数据集上预训练的?(ImageNet-1k?Objects365?其他?)
PP-YOLOE-R 的训练流程中,是否有任何环节使用了 Objects365 预训练的权重?
一句话回答即可。为了便于我们引用,恳请直接在本 issue 中回复。非常感谢。
—— Samuele, Developer, Netribe Group
Hello,
We plan to use configs/rotate/ppyoloe_r in a commercial project, training the model on our own dataset. The config specifies:
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_l_pretrained.pdparams
The repository LICENSE is Apache-2.0, but we could not find any license statement for the pretrained weight files themselves. Three questions:
Are CSPResNetb_s/m/l/x_pretrained.pdparams released under Apache-2.0 as well? Is commercial use permitted?
Which dataset were these weights pretrained on? (ImageNet-1k? Objects365? Something else?)
Does any stage of the PP-YOLOE-R training pipeline use Objects365-pretrained weights?
A one-line answer is enough. Please reply in this issue rather than by email, so that we can cite it. Thank you.
— Samuele, Developer, Netribe Group
Source: PaddlePaddle/PaddleDetection