This commit is contained in:
Glenn Jocher 2019-05-28 16:15:53 +02:00
parent e819968ee3
commit 9cf5ab0c9d
1 changed files with 2 additions and 1 deletions

View File

@ -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`.