Kaynağa Gözat

Update README.md

jaybdub-nv 7 yıl önce
ebeveyn
işleme
b8f57e2b91
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -68,7 +68,7 @@ Run the following bash script to download all of the pretrained models.
 source scripts/download_models.sh
 ``` 
 
-If there are any models you don't want to use, simply remove their URL and name from the model lists in [scripts/download_models.sh](scripts/download_models.sh).  
+If there are any models you don't want to use, simply remove the URL from the model list in [scripts/download_models.sh](scripts/download_models.sh).  
 
 Next, because the TensorFlow models are provided in checkpoint format, we must convert them to frozen graphs for optimization with TensorRT.  Run the [scripts/models_to_frozen_graphs.py](scripts/models_to_frozen_graphs.py) script.