Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Decoding format of results stored in output blobs #67

@pra-dan

Description

@pra-dan

Hi, I am working on the sane project, but locally and not on RPi or NCS. I am using YOLOv3-tiny and found that the output is 2 layers with

#Layer                                              |  Feature map shape
#detector/yolo-v3-tiny/Conv_12/BiasAdd/YoloRegion   |   (1, 255, 26, 26)
#detector/yolo-v3-tiny/Conv_9/BiasAdd/YoloRegion    |   (1, 255, 13, 13)

these results are flattened and then parsed using the below function:

def EntryIndex(side, lcoords, lclasses, location, entry):

Can you explain how these results are stored and decoded?

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