Skip to content

do not know the purpose of the following codes in nets/yolo_v2.py #9

Description

@Letdreamfly
object_mask = tf.reduce_sum(gbboxes_batch, 4)
object_mask = tf.cast(object_mask > 0, tf.float32)

i do not know what is the object_mask what the purpose of the two operations. what's more, the shape of the gbboxes_batch is ...?

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