Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run demo inaccurate #45

Open
JaySaligia opened this issue Aug 8, 2019 · 4 comments
Open

run demo inaccurate #45

JaySaligia opened this issue Aug 8, 2019 · 4 comments

Comments

@JaySaligia
Copy link

I have followed the steps to run demo but I get inaccurate results. The boxes of heads are seen to be offset from their original coordinate(see the results).
Figure_1
Figure_2

@Master-cai
Copy link

I have followed the steps to run demo but I get inaccurate results. The boxes of heads are seen to be offset from their original coordinate(see the results).
Figure_1
Figure_2

I have followed the steps to run demo but I get inaccurate results. The boxes of heads are seen to be offset from their original coordinate(see the results).
Figure_1
Figure_2

你好,请问你所用的这个数据集是从哪里下载的?我在作者给出的链接里没有找到,能够分享一下或者告诉我如何才能找到吗,非常感谢!

@HaoWangDL
Copy link

@JaySaligia hello, have you solved this problem?

@JaySaligia
Copy link
Author

@HaoWangDL Sorry , I haven't and I'm not focusing on this work now.

@SuJiaKuan
Copy link

As the discussion in #15, apply following changes to head_detection_demo.py will solve the bounding boxes displacement problem:

  1. Place _, H, W = img.shape (line 32) after img = img.transpose((2,0,1)) (line 33)
  2. Change line 55 as follows:
utils.draw_bounding_box_on_image_array(img_raw,ymin/scale, xmin/scale, ymax/scale, xmax/scale)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants