File size: 674 Bytes
6b41edb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
tags:
- object-detection
library_name: coreml
license: mit
---
# YOLOv3
Locate and classify 80 different types of objects present in a camera frame or image.
## Models
- [YOLOv3](YOLOv3.mlmodel): Full precision (32 bit) model weights.
- [YOLOv3FP16](YOLOv3FP16.mlmodel): Half precision (16 bit) model weights.
- [YOLOv3Int8LUT](YOLOv3Int8LUT.mlmodel): Model optimized using 8-bit quantization with KMeans.
## Sample Code
- [Recognizing Objects in Live Capture](https://developer.apple.com/documentation/vision/recognizing_objects_in_live_capture)
## Resources
- [Original Source](https://github.com/pjreddie/darknet)
- [YOLOv3](https://arxiv.org/abs/1804.02767)
|