- Place your images and label files into the
images
directory and thelabels
directory.
- From the
main.py
file, specify the path to theimages
directory and thelabels
directory in the two variablesimages_dir
andlabels_dir
.
- Install load dependencies:
pip install -r requirements.txt
- To run the application, execute the
main.py
file:
python main.py