From cd7f7c1d0dabfb8c393d30425c4fe6891849bfc2 Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:54:11 +0100 Subject: [PATCH] add How to Guides section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b799a759c..ada5da11f 100644 --- a/README.md +++ b/README.md @@ -400,6 +400,13 @@ If you find this project useful in your research, please consider citing: This project is released under the [GPL 3.0 license](LICENSE). +## 💻 How to Guides + +This section lists guides that show how to use MMYOLO. + +- [How to train RTMDet on a custom dataset](https://blog.roboflow.com/how-to-train-rtmdet-on-a-custom-dataset/): Learn how to train an RTMDet model on a custom dataset. +- [How to Use MMDetection | Train RTMDet on a Custom Dataset](https://www.youtube.com/watch?v=5kgWyo6Sg4E): A video walking through how to use MMDetection with MMYOLO. + ## 🏗️ Projects in OpenMMLab [🔝](#-table-of-contents) - [MMEngine](https://github.com/open-mmlab/mmengine): OpenMMLab foundational library for training deep learning models.