Update README.md

This commit is contained in:
Glenn Jocher 2019-05-29 02:02:55 +02:00 committed by GitHub
parent 126f70bbe9
commit b4610520ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac
A jupyter notebook with training, detection and testing examples is available at: A jupyter notebook with training, detection and testing examples is available at:
https://colab.research.google.com/drive/1G8T-VFxQkjDe4idzN8F-hbIBqkkkQnxw https://colab.research.google.com/drive/1G8T-VFxQkjDe4idzN8F-hbIBqkkkQnxw
# Training # Training
**Start Training:** `python3 train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`. **Start Training:** `python3 train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`.