Guillem96 / efficientdet-tf

Custom implementation of EfficientDet https://arxiv.org/abs/1911.09070
GNU General Public License v3.0
96 stars 23 forks source link

Can the checkpoint functions return without accessing the google-cloud, when the pretrained model has been downloaded? #22

Closed bjmwang closed 3 years ago

bjmwang commented 4 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?