From 573924cf2cf4cbd60c2d219581f61e02bd804c1b Mon Sep 17 00:00:00 2001 From: Micaela Verucchi Date: Sun, 29 Mar 2020 20:15:15 +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 dc5cc08..8ed4ede 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ cd pytorch-ssd conda env create -f env_mobv2ssd.yml python run_ssd_live_demo.py mb2-ssd-lite ``` -### Run the demo +## Run the demo To run the an object detection demo follow these steps (example with yolov3): ```