Browse Source

Update README.md

jaybdub-nv 7 năm trước cách đây
mục cha
commit
dd1ae37230
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -68,8 +68,7 @@ Next, because the TensorFlow models are provided in checkpoint format, we must c
 python scripts/models_to_frozen_graphs.py
 ```
 
-If you removed any models in the previous step, you must add ``'exclude': true`` to the corresponding item in the [NETS](scripts/model_meta.py#L67) dictionary located in [scripts/model_meta.py](scripts/model_meta.py).  
-If you are following the instructions for executing engines below, you may also need some sample images.  Run the following script to download a few images from ImageNet.
+If you removed any models in the previous step, you must add ``'exclude': true`` to the corresponding item in the [NETS](scripts/model_meta.py#L67) dictionary located in [scripts/model_meta.py](scripts/model_meta.py).  If you are following the instructions for executing engines below, you may also need some sample images.  Run the following script to download a few images from ImageNet.
 
 ```
 source scripts/download_images.sh