Separates images
Small python program to manually crop images. Must have python installed with package:
- opencv-python
Put the images you want to crop into the "images" folder then start the program. Any cropped images will go into cropped folder with the name "image_#"
Default keys are:
- "f" : save cropped image
- "a" : discard cropped image
- "d" : move on to next image
Keys can be changed inside separator.py

