Skip to content

Is this applicable for OBB testing? #462

@makanov001

Description

@makanov001

In the file "ByteTrack/deploy/ncnn/cpp/include/BYTETracker.h", I saw the following code:

struct Object
{
    cv::Rect_<float> rect;
    int label;
    float prob;
};

If I want to detect obb, then cv::Rect is not suitable. I need to use cv::RotatedRect instead. Could you please tell me what needs to be done for the adaptation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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