From 9cf5ab0c9d41231148e8f6df23a4797ffa8e6d1a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 28 May 2019 16:15:53 +0200 Subject: [PATCH] updates --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da1e68fd..03b568b1 100755 --- a/README.md +++ b/README.md @@ -43,9 +43,10 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac # Jupyter Notebook -A jupyter notebook with training, detection and testing examples is here: +A jupyter notebook with training, detection and testing examples is available at: https://colab.research.google.com/drive/1G8T-VFxQkjDe4idzN8F-hbIBqkkkQnxw + # Training **Start Training:** `python3 train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`.