本项目致力于在MATLAB环境中实现YOLOv3与YOLOv4的目标检测算法。通过提供详细的教程和代码,帮助用户将Darknet预训练模型无缝导入并用于目标检测任务。同时支持模型的导出功能,方便进一步研究和应用。
Import and export Darknet models within MATLAB deep learning networks. The importer can import all the seriesNetworks in Darknet as well as some simple DAGnetworks. The exporter can handle the export of all seriesNetworks, along with certain backbone networks. Additionally, when importing a deep neural network, the importer can determine the feature map size of the network and obtain other relevant information.