Skip to content

Commit

Permalink
Merge pull request #469 from azavea/rde/feature/azavea-models-tag
Browse files Browse the repository at this point in the history
Use tag of azavea/models
  • Loading branch information
lossyrob committed Oct 9, 2018
2 parents 475cdcc + e28934c commit eb90e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rastervision/runner/command_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self,

with click.progressbar(
unsolved_sources,
label='Ensuring input files exists ') as uris:
label='Ensuring input files exist ') as uris:
for uri in uris:
if not file_exists(uri):
missing_files.append(uri)
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apt-get install jq -y
# Install TF Object Detection API in /opt/tf-models
mkdir -p /opt/tf-models/temp/
cd /opt/tf-models/temp/
git clone --single-branch -b upgrade-sept-2018 https://github.com/azavea/models.git
git clone --single-branch -b AZ-v1.11-RV-v0.8.0 https://github.com/azavea/models.git
mv models/research/object_detection/ ../object_detection
mv models/research/deeplab/ ../deeplab
mv models/research/slim/ ../slim
Expand Down

0 comments on commit eb90e30

Please sign in to comment.