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

Help #15

Open
door5719 opened this issue Nov 29, 2018 · 1 comment
Open

Help #15

door5719 opened this issue Nov 29, 2018 · 1 comment

Comments

@door5719
Copy link

Whitout your demo code, I try draw detect result on pic.
In test.py, line 64:
........
out = net(x)
boxes, scores = detector.forward(out,priors)
detect_time = _t['im_detect'].toc()
boxes = boxes[0]
scores=scores[0]
boxes *= scale
boxes = boxes.cpu().numpy()
scores = scores.cpu().numpy()
......
after these codes, I think with boxes /scores I can draw box of object detect result on input pic(x was get from this pic) ,whit nms , I will get the right results. Is it right?

@door5719
Copy link
Author

boxes.shape = (11620, 4)
scores.shape=(11620,81)

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

1 participant