Skip to content

Incorrect path concatenation #46

@EltonCN

Description

@EltonCN

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions