Skip to content

Commit

Permalink
WML doesn't support network calls from public places anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Apr 20, 2020
1 parent 8d9d300 commit 2f67f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainer/src/data/prepare_data_object_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def create_tf_record(output_filename, num_shards, examples):
############################################################################
# Extract Model Checkpoint
############################################################################
download_base = "http://download.tensorflow.org/models/object_detection/"
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"

tar_path = os.path.join("", model_file)
Expand Down

0 comments on commit 2f67f83

Please sign in to comment.