Using with Windows, the "os.path.join(model_base_path, weights_manifest_path)" in line 81 of download.py generates a wrong URL with "\" separator. Changing to "model_base_path+"/"+weights_manifest_path" corrected the problem