Releases 路 0xF7A4C6/fortnite-softaim 路 GitHub
Skip to content

Releases: 0xF7A4C6/fortnite-softaim

Dataset

11 Dec 13:17
Compare
Choose a tag to compare
  • v13: 4k images grayscale (only box labeled)
  • v12: 9k images grayscale
  • v11: 14k images rgb (augmented)

Directory Structure

The script expects the following directory structure:

/path/to/dataset/
|-- images/
|   |-- image1.jpg
|   |-- image2.jpg
|   |-- ...
|-- labels/
|   |-- image1.txt
|   |-- image2.txt
|   |-- ...
# git clone yolov5
python train.py --img-size 416 --batch-size 64 --epochs 100 --data data.yaml --cfg models/yolov5s.yaml