Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 268 Bytes

Introduction

Simplified PyTorch implementation of one-stage detector: YOLO (You Only Look Once), support multi-gpu training and validating, automatic mixed precision training etc.

Requirements

torch == 1.8.1
torchmetrics
albumentations
loguru
tqdm