Skip to content

data format in yolo_v3.py #94

@violet17

Description

@violet17

Hi, @mystic123 Thanks for the great work.

I found it may be a bug in line 220 of yolo_v3.py:

    # transpose the inputs to NCHW
    if data_format == 'NCHW':
        inputs = tf.transpose(inputs, [0, 3, 1, 2])

IT seems that the code trys to convert NCHW to NWCH.

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