From bbc2f5842e634d0dcb9e02e395e0ba4a73c9c214 Mon Sep 17 00:00:00 2001 From: Shannon Ricci <47115539+swricci@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:28:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf1f0a..22573f3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains the trained yolo v3 configuration file to detect small ## Requirements -This project used the darknet neural networks for object detection from the [AlexeyAB/darknet](https://github.com/AlexeyAB/darknet) repository. To use the trained model weights and the configuration file that was used in this study to detect boats in Planet satellite imagery, you would need to install darknet according to the directions in the darknet. +This project used the darknet neural networks for object detection from the [AlexeyAB/darknet](https://github.com/AlexeyAB/darknet) repository. To use the trained model weights and the configuration file that was used in this study to detect boats in Planet satellite imagery, you would need to install darknet according to the directions in that repository. Once successfully installed, run the test code provided in the darknet README file: