Skip to content

Commit

Permalink
Changing VGG URL to cambridge ftp server
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinTeichmann committed Mar 14, 2017
1 parent c479a10 commit 7756093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# correct URL.


vgg_url = 'https://dl.dropboxusercontent.com/u/50333326/vgg16.npy'
vgg_url = 'ftp://mi.eng.cam.ac.uk/pub/mttt2/models/vgg16.npy'


def get_pathes():
Expand Down
2 changes: 1 addition & 1 deletion hypes/KittiSeg.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"val_file" : "data_road/val3.txt",
"road_color" : [255,0,255],
"background_color" : [255,0,0],
"vgg_url": "https://dl.dropboxusercontent.com/u/50333326/vgg16.npy",
"vgg_url": "ftp://mi.eng.cam.ac.uk/pub/mttt2/models/vgg16.npy",
"kitti_url": ""
},

Expand Down

0 comments on commit 7756093

Please sign in to comment.