Difference between revisions of "Sign2Speech RICM4 2015-2016 User Manual"

From air
Jump to navigation Jump to search
(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 === ...")
 
Line 8: Line 8:
   
 
In order to run this part you only need a Windows computer with the RealSense Camera connected and the chat server running.
 
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.
 
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 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".
 
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".

Revision as of 00:30, 6 April 2016

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