From c5c68d8219ead873d36d585d5941f4533c12ef22 Mon Sep 17 00:00:00 2001 From: Sanket Nikam Date: Tue, 31 Oct 2023 19:23:20 +0530 Subject: [PATCH 1/2] Added Yolo models --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45d05e2..dcfdfb0 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,9 @@ These are some Machine Learning and Data Mining algorithms and models help you t * [pyro](https://github.com/pyro-ppl/pyro) * [Catalyst](https://github.com/catalyst-team/catalyst) * [pytorch_tabular](https://github.com/manujosephv/pytorch_tabular) +* [YoloV3](https://github.com/ultralytics/yolov3) +* [YoloV5](https://github.com/ultralytics/yolov5) +* [YoloV8](https://github.com/ultralytics/ultralytics) #### TensorFlow Ecosystem * [TensorFlow](https://github.com/tensorflow/tensorflow) From 059d6b089a8b01712f2fdb5af4b8eea7559a6651 Mon Sep 17 00:00:00 2001 From: Sanket Nikam Date: Tue, 31 Oct 2023 20:18:03 +0530 Subject: [PATCH 2/2] Added Yolo models --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcfdfb0..05905fa 100644 --- a/README.md +++ b/README.md @@ -366,9 +366,9 @@ These are some Machine Learning and Data Mining algorithms and models help you t * [pyro](https://github.com/pyro-ppl/pyro) * [Catalyst](https://github.com/catalyst-team/catalyst) * [pytorch_tabular](https://github.com/manujosephv/pytorch_tabular) -* [YoloV3](https://github.com/ultralytics/yolov3) -* [YoloV5](https://github.com/ultralytics/yolov5) -* [YoloV8](https://github.com/ultralytics/ultralytics) +* [Yolov3](https://github.com/ultralytics/yolov3) +* [Yolov5](https://github.com/ultralytics/yolov5) +* [Yolov8](https://github.com/ultralytics/ultralytics) #### TensorFlow Ecosystem * [TensorFlow](https://github.com/tensorflow/tensorflow)