Closed bjmwang closed 3 years ago
It seems that, the function download_folder() in efficientdet/utils/checkpoint.py checks google-cloud unnecessarily. Is it possbile to return the save_dir directly, when the pretrained model has been downloaded?
download_folder()
efficientdet/utils/checkpoint.py
save_dir
It seems that, the function
download_folder()
inefficientdet/utils/checkpoint.py
checks google-cloud unnecessarily. Is it possbile to return thesave_dir
directly, when the pretrained model has been downloaded?