megvii-research/megfile

feat request: support http/https download function

Closed this issue · 3 comments

For example,

import megfile

path = "https://dl.fbaipublicfiles.com/detectron2/ImageNetPretrained/MSRA/R-50.pkl"
megfile.smart_copy(path, local_path)
# or new interface like: megfile.smart_cache(path, local_path)

This feature had supported, do you have any questions about it? Please show your code and errorstack.

This issue will be closed, if u still have any questions, u can reopen it.