- Add the image file type to the
.gitattributes
file withgit lfs track "*.<file type>"
. Sogit lfs track "*.jpg"
will track jpeg files - Add the file type to the
SUPPORTED_FILES
list at the top ofdetect.py
Currently supported image files are:
- jpg
- jpeg
- png
CLI argument parsing is handled by the argparse library. Additional arguments can be added to the main.py
by adding an appropriate argument to the parser object and providing a corresponding path in the if/else tree.