Skip to content

Problem about the code. #31

@niuchuangnn

Description

@niuchuangnn

int num_kernels = height_col * width_col * 2 * kernel_h * kernel_h * deformable_group;

Should be int num_kernels = height_col * width_col * 2 * kernel_h * kernel_w * deformable_group; ?

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