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

not working for other images #5

Open
harshitha1989 opened this issue Jul 18, 2019 · 1 comment
Open

not working for other images #5

harshitha1989 opened this issue Jul 18, 2019 · 1 comment

Comments

@harshitha1989
Copy link

I have used the weights in the google drive. It is not working for other images apart from those given in the github. Could you let me if I need to change anyother parameters.

@glentimemaker
Copy link

In predict.py, add the dims of the image and set the dims parameter to dims.

dims = (img.shape[1], img.shape[0])
bboxes = utils.get_boxes(pred[0], cutoff=0.2, dims=dims)

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

2 participants