yolov3-yolov4-matlab

버전 1.2.1 (1.73 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 리포지토리로 가십시오.