Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

some code in example/rcnn/demo.py is wrong. #10291

@wangx404

Description

@wangx404

In demo.py, when logging the result after prediction, part of the code is wrong. It is shown below.
logger.info('[[x1, x2, y1, y2, confidence]]')

Actually, the number in the result should be [x1, y1, x2, y2, confidence].
Please fix it, as though it has no effect on the visualization.

Metadata

Metadata

Assignees

No one assigned

    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