未验证 提交 c117dfba 编写于 作者: W wangguanzhong 提交者: GitHub

fix generate_proposals op doc (#38048)

上级 a922168a
......@@ -259,7 +259,7 @@ class GenerateProposalsOpMaker : public framework::OpProtoAndCheckerMaker {
"in format (height, width, scale)");
AddInput("Anchors",
"(Tensor) Bounding box anchors from anchor_generator_op "
"is in shape (A, H, W, 4).");
"is in shape (H, W, A, 4).");
AddInput("Variances",
"(Tensor) Bounding box variances with same shape as `Anchors`.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册