Skip to content

the problem of function "predict_transform"  #64

@jzh9830

Description

@jzh9830

stride = inp_dim // prediction.size(2)
grid_size = inp_dim // stride
when inp_dim was not exactly divided by prediction.size(2), it may occur a error in prediction.view. Considering the grid_size equaling to the size of feature map, could we change it to "grid_size = prediction.size(2)" directly?

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