gitextract_w4gyb_qn/ ├── .gitignore ├── Convert/ │ └── coreml.py ├── LICENSE.txt ├── README.markdown ├── YOLOv3 CoreML model/ │ ├── Yolov3.zip.001 │ ├── Yolov3.zip.002 │ └── Yolov3.zip.003 └── YOLOv3-CoreML/ ├── YOLOv3-CoreML/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── BoundingBox.swift │ ├── CVPixelBuffer+Helpers.swift │ ├── Helpers.swift │ ├── Info.plist │ ├── UIImage+CVPixelBuffer.swift │ ├── VideoCapture.swift │ ├── ViewController.swift │ └── YOLO.swift └── YOLOv3-CoreML.xcodeproj/ ├── project.pbxproj └── project.xcworkspace/ ├── contents.xcworkspacedata └── xcshareddata/ └── IDEWorkspaceChecks.plist