See the code architecture diagram first. Apart from in-code comments, we host guides and documentation on the vision Slite channel. Here are a few:
- Autoaim Intro for a general introduction to the code structure.
- Panel Classifier for how to train, convert, and do inference with our panel classification model.
- Raspberry Pi Setup for how to setup a Pi to run our source code.
More documentation is always welcome!
- Install Python 3.8 or above
- Execute
pip install -r requirements.txtto obtain required packages - Execute
python autoaimto run autoaim on your camera feed or a video obtained from Drive
- If using PyCharm, mark all module directories as Sources Root to avoid import errors
- If using conda, run
conda install -c menpo opencvto install OpenCV