From ca76be0a6d363f49e2f6d914ff4caf478ad28534 Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Tue, 5 Nov 2019 17:39:07 +0100 Subject: [PATCH] added web UI URL in README.md --- detector/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/detector/README.md b/detector/README.md index 503a97a..1c4b8c8 100644 --- a/detector/README.md +++ b/detector/README.md @@ -35,6 +35,8 @@ pip install -r requirements.txt python -m detector.server detector-base.pt ``` +After the script says "Ready to serve", nagivate to http://localhost:8080 to view the UI. + ## Training a new detector model You can use the provided training script to train a detector model on a new set of datasets.