Hardware Acceleration for AI - Group Presentation
- Carlos Cueto
- Henry Ascencio
- Vasista
- Aman
- Python >= 3.9
- opencv-python >= 4.5.1.48
- depthai>=2.13
- pywinauto >= 0.6.8
- Pillow >= 8.2.0
- Windows 10 (right now only win32 apps are supported)
-
Make sure to install the DepthAI libraries. Follow the instructions here https://docs.luxonis.com/en/latest/pages/tutorials/first_steps/.
-
Clone the repo.
-
Install the required packages using
pip install -r requirements.txt
.3.1 If you get the following error or something similar:
ImportError: DLL load failed while importing win32ui: Error en una rutina de inicialización de biblioteca de vínculos dinámicos (DLL).
You need to install a new version of pywin32, and also run the following command afterwards:
$ pip uninstall pywin32 $ pip install pywin32 $ python Scripts/pywin32_postinstall.py -install
-
Connect OAK-D Lite to the computer.
-
Run the
main.py
file as follows:python main.py
-
To open notepad, raise your right hand and make a fist in front of the OAK-D camera.
-
To write HelloWorld! in the notepad, raise your right hand and make a five in front of the OAK-D camera.
The application will save and exit the notepad instance only if the Windows System Language is english.