Add README
Browse files- ObjectDetectionRealTime2_2x.png +0 -0
- README.md +27 -0
ObjectDetectionRealTime2_2x.png
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- object-detection
|
4 |
+
library_name: coreml
|
5 |
+
license: mit
|
6 |
+
---
|
7 |
+
|
8 |
+
# YOLOv3
|
9 |
+
|
10 |
+

|
11 |
+
|
12 |
+
Locate and classify 80 different types of objects present in a camera frame or image.
|
13 |
+
|
14 |
+
## Models
|
15 |
+
|
16 |
+
- [YOLOv3](YOLOv3.mlmodel): Full precision (32 bit) model weights.
|
17 |
+
- [YOLOv3FP16](YOLOv3FP16.mlmodel): Half precision (16 bit) model weights.
|
18 |
+
- [YOLOv3Int8LUT](YOLOv3Int8LUT.mlmodel): Model optimized using 8-bit quantization with KMeans.
|
19 |
+
|
20 |
+
## Sample Code
|
21 |
+
|
22 |
+
- [Recognizing Objects in Live Capture](https://developer.apple.com/documentation/vision/recognizing_objects_in_live_capture)
|
23 |
+
|
24 |
+
## Resources
|
25 |
+
|
26 |
+
- [Original Source](https://github.com/pjreddie/darknet)
|
27 |
+
- [YOLOv3](https://arxiv.org/abs/1804.02767)
|