Skip to content

Commit

Permalink
update cos link (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
SSaishruthi committed Mar 27, 2020
1 parent 18eca18 commit 7e13e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/training_code/data/prepare_data_object_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def create_tf_record(output_filename, num_shards, examples):
############################################################################
# Extract Model Checkpoint
############################################################################
download_base = 'https://max-assets-dev.s3.us-south.cloud-object-storage.' \
'appdomain.cloud/max-object-detector/1.0.0/'
download_base = 'https://max-cdn.cdn.appdomain.cloud/' \
'max-object-detector/1.0.1/'
model_file = 'ssd_mobilenet_v1_coco_2018_01_28.tar.gz'

if sys.argv[1] == 'Y':
Expand Down

0 comments on commit 7e13e2c

Please sign in to comment.