Skip to content

Snickbrack/Darknet-Information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Darknet-Information

This Repo contains information which I have found while working with the "darknet" Image Recognition and Detection Software (https://github.com/pjreddie/darknet and/or https://github.com/alexeyab/darknet) created by PJReddie and AlexeyAB.

Does Darknet load the images for training in the same order as I have defined it in my "train.txt"- or "train.list"-File?

No. Darknet grabs a collection of random chosen images. The Amount of used Images is calculated as follows:

numberOfImages = batchSize * subdivisions * numberOfGPU

Darknet will use a random Index to select an image out of the list of given train images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published