Skip to content

First stable version - DRG_1.0.0

Latest
Compare
Choose a tag to compare
@jpdominguez jpdominguez released this 13 Nov 15:18
· 2 commits to master since this release
3b8f94c

This tool lets you divide your dataset (both images and labels) randomly in three different folders (train, validation and test) and label files. This way you will have everything set to train a Convolutional Neural Network (CNN) or other kind of neural network and test it.

The user can select the ratios used to train, validate and test the network and generate the corresponding folders with images and label files with randomly selected images based on these values.

Download the zip and execute the .exe file to start using DRG.