Skip to content

Is this applicable for OBB testing? #462

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions