Skip to content

the iou method in yolo_tiny_net.py #67

@xadxxadx

Description

@xadxxadx

at line 115 : boxes1 = tf.transpose(boxes1, [1, 2, 3, 0])

the boxes1 data format transform from [cx, cy, w, h] to [x1, y1, x2, y2] yet.
why there is line 115 convet format to [y1, x2, y2, x1] ????

I don't understand

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