Skip to content

crcz25/group_presentation_hwai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

group_presentation_hwai

Hardware Acceleration for AI - Group Presentation

Group Members

  • Carlos Cueto
  • Henry Ascencio
  • Vasista
  • Aman

Installation and Setup

Prerequisites

  • 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)

Installation

  1. Make sure to install the DepthAI libraries. Follow the instructions here https://docs.luxonis.com/en/latest/pages/tutorials/first_steps/.

  2. Clone the repo.

  3. 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
    

Usage

Running the application

  1. Connect OAK-D Lite to the computer.

  2. Run the main.py file as follows:

     python main.py
    
  3. To open notepad, raise your right hand and make a fist in front of the OAK-D camera.

  4. 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.

Open Notepad with Hand Gesture

open_notepad

Write HelloWorld! in Notepad with Hand Gesture

write_notepad

Complete functionality

both

References

About

Hardware Acceleration for AI - Group Presentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published