YOLOV4 Pytorch
This is a source code for YoloV4-pytorch that can be used to train you
...The repository is structured around practical workflows, including training, prediction, evaluation, anchor generation, model configuration, and dataset annotation utilities. It supports VOC-style datasets and includes scripts for prediction, mAP evaluation, FPS testing, video prediction, batch prediction, and heatmap generation. The project added multi-GPU training, seed settings for reproducible results, adaptive learning rate behavior based on batch size, and both step and cosine learning rate schedules. It also supports Adam and SGD optimizer choices, image cropping, adjustable parameters, and extensive code comments. ...