Skip to content

[QUESTION] How to use the results of cvcuda.nms to update boxes #281

@pangkun248

Description

@pangkun248

index = cvcuda.nms(src, score)
How to use index as a slicing mask to filter src, such as the slicing operation tmp=src [index] similar to numpy/torch
But currently, I have only found that converting the index to torch format tensor is necessary for subsequent operations in the CV-CUDA/samples/object_detection/python/ipelines.py file. How can I implement this box filtering operation solely through cvCUDA

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion(s) from user.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions