Skip to content

Commit 3a3a528

Browse files
Update and rename TUTORIAL.md to README.md
1 parent 73fff6f commit 3a3a528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TUTORIAL.md renamed to README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ You can choose which model to train your objection detection classifier on. If y
6464

6565
This tutorial will use the Faster-RCNN-Inception-V2 model. [Download the model here](http://download.tensorflow.org/models/object_detection/faster_rcnn_inception_v2_coco_2018_01_28.tar.gz) Open the downloaded faster_rcnn_inception_v2_coco_2018_01_28.tar.gz file with a file archiver such as WinZip or 7-Zip and extract the faster_rcnn_inception_v2_coco_2018_01_28 folder to the C:\tensorflow1\models\research\object_detection folder. (Note: The model date and version will likely change in the future, but it should still work with this tutorial.)
6666

67-
#### 2c. Download this tutorial's repository from GitHub, and inference graph from Dropbox
68-
Download the full repository located on this page (scroll to the top and click Clone or Download) and extract all the contents directly into the C:\tensorflow1\models\research\object_detection directory. This establishes a specific directory structure that will be used for the rest of the tutorial.
67+
#### 2c. Download this tutorial's repository from GitHub
68+
Download the full repository located on this page (scroll to the top and click Clone or Download) and extract all the contents directly into the C:\tensorflow1\models\research\object_detection directory. (You can overwrite the existing "README.md" file.) This establishes a specific directory structure that will be used for the rest of the tutorial.
6969

7070
At this point, here is what your \object_detection folder should look like:
7171

0 commit comments

Comments
 (0)