Skip to content

How is partial input inferenced? #10

@kongyanye

Description

@kongyanye

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions