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

Decoding format of results stored in output blobs #67

Open
pra-dan opened this issue May 4, 2020 · 0 comments
Open

Decoding format of results stored in output blobs #67

pra-dan opened this issue May 4, 2020 · 0 comments

Comments

@pra-dan
Copy link

pra-dan commented May 4, 2020

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant