Dir: ex: /home/name/data
train: Dir/train/images/ --> include the jpg images. train: Dir/train/labels/ --> include annotation txt files.
val: Dir/val/images/ --> Include the jpg images. val: Dir/val/labels/ --> Include the txt files.
classes: Dir/classes.txt
pip install data_gradients
git clone https://github.com/harikrishna7696/Analyze_Cv_Dataset.git
python3 dataset_set_analyzer.py --root_dir 'directory where your data available' --title 'Saving the report in Dir'