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

How is partial input inferenced? #10

Open
kongyanye opened this issue May 18, 2022 · 0 comments
Open

How is partial input inferenced? #10

kongyanye opened this issue May 18, 2022 · 0 comments

Comments

@kongyanye
Copy link

net.input = cropped_output;

I'm confused with how partial input/image is inferenced with the model. In the Line 323 above, the cropped_output of layer i-1 is directly fed as input for layer i for inference. But the net is actually the complete model. It seems each partition of the image flows into a whole model for inference while only the specific part in output map is fetched as results. But in that case, the input should be correctly placed in the same location as original image, instead of just simply feeding as inputs. Am I understanding correctly?

Anyone know it please help me!

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