Skip to content

Commit f1dd452

Browse files
authored
Merge pull request #6 from ARM-software/add_yolo_sources
Added sources to YOLO v3
2 parents caea486 + ea8e2a2 commit f1dd452

File tree

1 file changed

+4
-0
lines changed
  • models/object_detection/yolo_v3_tiny/tflite_fp32

1 file changed

+4
-0
lines changed

models/object_detection/yolo_v3_tiny/tflite_fp32/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ Dataset: MS COCO Validation
4242
| Output Node Name | Shape | Description |
4343
|------------------|---------|-------------|
4444
| 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. |
45+
46+
## Sources
47+
- [DarkNet](https://github.com/pjreddie/darknet/blob/master/LICENSE)
48+
- [YOLO v3 Paper](https://arxiv.org/abs/1804.02767)

0 commit comments

Comments
 (0)