From 0bf9758fd4dceaf5d45bd2820b26d2cd6a437110 Mon Sep 17 00:00:00 2001 From: tucan9389 <37643248+tucan9389@users.noreply.github.com> Date: Sat, 3 Sep 2022 09:21:49 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e1b868..6ddd50b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # ObjectDetection-CoreML -- supporting model: `yolov3` -- work in process: `yolov5` +- supporting models: `yolov5`, `yolov3` ![platform-ios](https://img.shields.io/badge/platform-ios-lightgrey.svg) ![swift-version](https://img.shields.io/badge/swift-4.2-red.svg) @@ -241,4 +240,4 @@ extension ViewController { - [vonholst/SSDMobileNet_CoreML](https://github.com/vonholst/SSDMobileNet_CoreML)
: iOS project for object detection(SSDMobileNet V1) using Core ML. - [ultralytics/yolov5](https://github.com/ultralytics/yolov5)
- : YOLOv5 repository \ No newline at end of file + : YOLOv5 repository