Sign2Speech RICM4 2015-2016 User Manual

From air
Revision as of 00:29, 6 April 2016 by Matthieu.Nogueron (talk | contribs) (Created page with "== How to run the project == The project is splitted into two parts: * the gesture recognition software * the chat application === Run the gesture recognition software === ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to run the project

The project is splitted into two parts:

  • the gesture recognition software
  • the chat application

Run the gesture recognition software

In order to run this part you only need a Windows computer with the RealSense Camera connected and the chat server running. A dictionary in JSON file format has to be present in the same directory as the runnable file (Sign2Speech.exe). Check the github repository and the output.json file to understand the architecure of the dictionnary. The main thing to know about the software is that you can run it with some parameters detailled with the "-h" parameter. So, if you're running the server on another machine you will have to set the address parameter with the "-a" parameter. The websocket and the gesture recognition will only work if the software can connect to a room in the chat server. By default this room is named "test".