From ec7526584df6d8d63c10c75f672151fb5dc91aa3 Mon Sep 17 00:00:00 2001 From: danellecline Date: Mon, 29 Jul 2024 12:25:27 -0700 Subject: [PATCH] docs: minor update to intro --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 788036d..bb74ace 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ This repository processes images using a sliced detection and clustering workflow. If your images look something like the image below, and you want to detect objects in the images, -and optionally cluster the detections, then this repository is for you. +and optionally cluster the detections, then this repository may be useful to you. +The repository is designed to be run from the command line, and can be run in a Docker container, +with or without a GPU (recommended). --- ![](https://raw.githubusercontent.com/mbari-org/sdcat/main/docs/imgs/example_images.jpg)