Skip to content

Commit

Permalink
Merge pull request #6 from ARM-software/add_yolo_sources
Browse files Browse the repository at this point in the history
Added sources to YOLO v3
  • Loading branch information
tom-arm authored Dec 16, 2020
2 parents caea486 + ea8e2a2 commit f1dd452
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/object_detection/yolo_v3_tiny/tflite_fp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ Dataset: MS COCO Validation
| Output Node Name | Shape | Description |
|------------------|---------|-------------|
| output_boxes | (1, 2535, 85) | A 1xNx85 map of predictions, where the first 4 entries of the 3rd dimension are the bounding box coordinates and the 5th is the confidence. The remaining entries are softmax scores for each class. |

## Sources
- [DarkNet](https://github.com/pjreddie/darknet/blob/master/LICENSE)
- [YOLO v3 Paper](https://arxiv.org/abs/1804.02767)

0 comments on commit f1dd452

Please sign in to comment.