Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add learning resources section #612

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ This repo is based on [yolov5](https://github.com/ultralytics/yolov5).

And this repo has been rebuilt, Please see [GetStart.md](./docs/GetStart.md) for the Oriented Detection latest basic usage.

# Learning Resources

Below are some learning resources prepared by the community that you can use to start working with YOLOv5-OBB:

- [How to train a YOLOv5-OBB model (Colab notebook)](https://colab.research.google.com/drive/16nRwsioEYqWFLBF5VpT_NvELeOeupURM#scrollTo=1NZxhXTMWvek)
- [Video guide showing how to train a YOLOv5-OBB model](https://www.youtube.com/watch?v=iRkCNo9-slY)
- [Introduction to YOLOv5-OBB](https://blog.roboflow.com/yolov5-for-oriented-object-detection/)

# Acknowledgements
I have used utility functions from other wonderful open-source projects. Espeicially thank the authors of:

Expand Down