From 9e8b3a12ec3ff8dc738095cccd6415fa7e7fb4fc Mon Sep 17 00:00:00 2001 From: AntonMu Date: Sat, 24 Apr 2021 09:20:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7934f87..4f1c477 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repo let's you train a custom image detector using the state-of-the-art [YOLOv3](https://pjreddie.com/darknet/yolo/) computer vision algorithm. For a short write up check out this [medium post](https://medium.com/@muehle/how-to-train-your-own-yolov3-detector-from-scratch-224d10e55de2). This repo works with TensorFlow 2.3 and Keras 2.4. -## Before getting started: +### Before getting started: - 🍴 **fork** this repo so that you can use it as part of your own project. - ⭐ **star** this repo to get notifications on future improvements.