From 579d9e6d2b07a2cd96bc6edfbf96c8a3b7c0dc39 Mon Sep 17 00:00:00 2001 From: andrej Date: Sat, 15 Jun 2024 01:11:53 +0200 Subject: [PATCH] =?UTF-8?q?=D1=85=D0=B0=D0=B0=D1=81=D0=B0=D0=B0=D1=98=20?= =?UTF-8?q?=D0=B1=D0=B0=D1=88=20=D1=81=D1=82=D0=B5=20=D1=84=D0=B8=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2583c..14d495f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # vesselDetection -### Ship detection using Machine Learning methods for the course Digital Processing of Image(Дигитално Процесиранје на Слика) +### Ship detection using Machine Learning methods for the course Digital Processing of Image(Дигитално Процесирање на Слика) This is a simple ship detection model, made using pre-trained YOLO with COCO weights. Using super-gradients as a framework for PyTorch, for ease of use and faster prototyping.