Fix density sample (#21506)

paddle_tiny_install
ruri 6 years ago committed by GitHub
parent 6ebf0f47b8
commit 2445fef386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1889,9 +1889,9 @@ def density_prior_box(input,
fetch_list=[box,var],
return_numpy=True)
print(mask_out.shape)
# print(box_out.shape)
# (1134, 4)
print(z_out.shape)
# print(var_out.shape)
# (1134, 4)
@ -1909,9 +1909,9 @@ def density_prior_box(input,
fixed_ratios=[1.],
clip=True)
print(box.shape)
# print(box.shape)
# [6L, 9L, 21L, 4L]
print(var.shape)
# print(var.shape)
# [6L, 9L, 21L, 4L]
"""

Loading…
Cancel
Save