From b515d9bb09f202cedb4495f9692c1ba111320ffc Mon Sep 17 00:00:00 2001 From: andrej Date: Tue, 4 Jul 2023 13:15:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1bb8c2..860cfe4 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 using COCO weights. Using super-gradients as a framework for PyTorch, for ease of use and faster prototyping.