yolov3-yolov4-matlab

Version 1.2.1 (1,73 Mo) par cui,xingxing
Import and export Darknet™ models within MATLAB deep learning networks.
1,5K téléchargements
Mise à jour 10 fév. 2023

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

Citation pour cette source

cui,xingxing (2024). yolov3-yolov4-matlab (https://github.com/cuixing158/yolov3-yolov4-matlab), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020a
Compatible avec les versions R2020a et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Deep Learning with GPU Coder dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
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

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.