使用CrowdHuman训练Yolov4 发表于: 2020-11-13 字数:56 阅读:≈ 1分钟 浏览: 本文介绍在agx上使用旷视CrowdHuman库训练yoloV4模型。数据准备git clone https://github.com/jkjung-avt/yolov4_crowdhuman cd yolov4_crowdhuman/data ./prepare_data.sh 960x960 在agx上训练git clone https://github.com/AlexeyAB/darknet.git