Unable to download pretrained deep learning networks.
3 次查看(过去 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
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 Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!