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

Pelee input resolution problem #86

Open
jerryho-quanta opened this issue Feb 25, 2021 · 0 comments
Open

Pelee input resolution problem #86

jerryho-quanta opened this issue Feb 25, 2021 · 0 comments

Comments

@jerryho-quanta
Copy link

Many thanks for providing the code...
If I would like to use other resolution like 512x512 or 1024x512,
Could I only change the dim parameter in deploy.txt ?
I am trying to only change the input_shape and test python code like following,
input_shape {
dim: 1
dim: 3

dim: 304

dim: 304

dim: 512
dim: 512
}

set net to batch size of 1

#image_resize_w = 304
image_resize_w = 512
image_resize_h = 512

net.blobs['data'].reshape(1,3,image_resize_w,image_resize_h)

The inference result is bad, some images will get multiple bounding boxes.
Do you have any suggestion if the input resolution is 512x512 or 1024x512?
Do I need to retain this input resolution?

Thanks again,

Jerry Ho

@jerryho-quanta jerryho-quanta changed the title First of all many thanks for providing the code, greatly appreciated!! Pelee input resolution problem Feb 25, 2021
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