Jong Wook Kim commited on
Commit
ca76be0
1 Parent(s): 6f40009

added web UI URL in README.md

Browse files
Files changed (1) hide show
  1. detector/README.md +2 -0
detector/README.md CHANGED
@@ -35,6 +35,8 @@ pip install -r requirements.txt
35
  python -m detector.server detector-base.pt
36
  ```
37
 
 
 
38
  ## Training a new detector model
39
 
40
  You can use the provided training script to train a detector model on a new set of datasets.
 
35
  python -m detector.server detector-base.pt
36
  ```
37
 
38
+ After the script says "Ready to serve", nagivate to http://localhost:8080 to view the UI.
39
+
40
  ## Training a new detector model
41
 
42
  You can use the provided training script to train a detector model on a new set of datasets.