# YoloV4 **Repository Path**: adamszhang/YoloV4 ## Basic Information - **Project Name**: YoloV4 - **Description**: yolov4 pytorch 实现 github 原地址 https://github.com/GZQ0723/YoloV4 系镜像导入 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-24 - **Last Updated**: 2022-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YoloV4 object detection \ yolov4 A minimal PyTorch implementation of YOLOv4. Paper Yolo v4: https://arxiv.org/abs/2004.10934 Source code:https://github.com/AlexeyAB/darknet More details: http://pjreddie.com/darknet/yolo/ Reference: https://github.com/eriklindernoren/PyTorch-YOLOv3 https://github.com/marvis/pytorch-caffe-darknet-convert