Unable to download pretrained deep learning networks.

6 次查看(过去 30 天)
I am working with the example scripts shown on the matlab-deeplearning GitHub site. The GitHub link can be found here: https://github.com/matlab-deep-learning/pretrained-efficientdet-d0
The transfer learning scripts use the following line of code to download the pretrained models.
model = helper.downloadPretrainedEfficientDetD0();
However, I keep on getting the error: Error using websave
Unable to open output file: 'model\efficientDetD0-coco.zip' for writing. Common reasons include that the file exists and
does not have write permission or the folder does not have write permissions.
I try the same procedure to download the pre trained YOLOv4 models. I am able to download the YOLOv4-tiny-coco model but not the YOLOv4-coco model.
I am able to download the YOLOX-s model but not the YOLOX-m and YOLOX-l models.
Is there a support package I am possibly missing?
Thank you very much.
  4 个评论
Adam Danz
Adam Danz 2023-3-28
I'm not familiar with this repo. Did you follow the installation instructions including unzipping and adding files and directories to path?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by