yolov3-yolov4-matlab

版本 1.2.1 (1.7 MB) 作者: cui,xingxing
Import and export Darknet™ models within MATLAB deep learning networks.
1.5K 次下载
更新时间 2023/2/10

Import and export Darknet models(https://github.com/pjreddie/darknet ) within MATLAB deep learning networks. The importer can import all the seriesNetworks in the darknet and some simple DAGnetworks. The exporter can export all the seriesNetworks and some of the backbone networks. In addition to importing the deep neural network, the importer can obtain the feature map size of the network, the number of parameters, and the computational power FLOPs. For yolov2, yolov3 can also import a number of previous modules for later access to the yolo layer. This program requires Matlab2020a version and above, no other dependencies.

在MATLAB深度学习网络中导入和导出Darknet模型(https://github.com/pjreddie/darknet )。importer 可以导入darknet中所有的seriesNetwork和部分简单的DAGnetwork,exporter可以导出所有的seriesNetwork和部分的backbone网络。其中importer除了导入深度神经网络外,可以获得网络的特征图大小,参数个数,计算力FLOPs。对于yolov2,yolov3也可导入前面的若干Module,以供后期接入yolo层。此程序要求Matlab2020a版本及以上,无其他任何依赖。

使用示例见main.mlx
------------------------------------------------------------------2020.6.30 update-------------------------------------------------------------------
This respository uses simplified and minimal code to reproduce the yolov3 / yolov4 detection networks and darknet classification networks. The highlights are as follows:

1、Support original version of darknet model;
2、Support training, inference, import and export of "* .cfg", "* .weights" models;
3、Support the latest yolov3, yolov4 models;
4、Support darknet classification model;
5、Support all kinds of indicators such as feature map size calculation, flops calculation and so on.
These code is highly readable and more brief than other frameworks such as pytorch and tensorflow!
但是不包含各种训练数据增强tricks
---------------------------------------------------------------------------------------------------------------------------------------------
all models downloads link:
链接:https://pan.baidu.com/s/1UvPKSlT7K3hzeXof4ovN_A
提取码:dbbo

引用格式

cui,xingxing (2024). yolov3-yolov4-matlab (https://github.com/cuixing158/yolov3-yolov4-matlab), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020a
与 R2020a 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Deep Learning with GPU Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.2.1

2021.3.20 update: yolov5-matlab, https://ww2.mathworks.cn/matlabcentral/fileexchange/89012-yolov5-matlab

1.2.0

1、Support original version of darknet model;
2、Support training, inference, import and export of "* .cfg", "* .weights" models;
3、Support the latest yolov3, yolov4 models;
4、Support darknet classification model;
5、Support all kinds of indicators such

1.1.0

git reposity is here:
https://github.com/cuixing158/DeepLearning-Converter-for-Darknet-Matlab-Model-Format

1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库