Skip to content

snms usage #4

@kaishijeng

Description

@kaishijeng

I tried to use snms as below, but result is bad (See the attachment)..

refind_idx = cpu_nms.cpu_soft_nms(bboxes.astype(np.float32), nms_thresh).

image

But regular cpu_nms as below is OK:.
refind_idx = cpu_nms.cpu_nms(bboxes.astype(np.float32), nms_thresh).

Thanks,

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