Built on top of the remarkable work of Wanderson's PyDracula, themed after Quite Light of VSCode
The 2SDS algorithm (Scene Separation & Data Selection algorithm) is featured in this project to help with the fully automated scan and detection function. Learn more about 2SDS: Code, Slides, Paper & so on...
- Make sure you have installed all the required packages, if not, you can run
pip install -r requirements.txt
.- You will need two more directories to run the program, run
mkdir file_result img_buffer
.- Run
Python main.py
in your terminal or shell to start the program.