Deploment of CAR in Lab

Requirements :

  • Dem@care system installed on Windows 7 x64
  • CAR component installed on Fedora
  • A network connection between CAR component and Dem@care system

Lab deployment:

  • Download the config folders for the room and corridor scene ConfigFile_Lab
    • to the location of your choice e.g. /home/username/demacare/
  • You may wish to use these options
    • avoid recording RGB videos but only depth videos for privacy reasons by adding the following argument -no_rgb_recording to the execution command line.
    • flip the image in case you need to attach the camera to the ceiling (video content inverted) by adding the following argument -flip to the execution command line.
  • Run CAR for the corridor case:
    • > /usr/local/inria/sup/bin/sup-Demcare_CAR   /home/username/demacare/ConfigFile_Lab/CONFIGFILE_corridor/   /path_for_the_recorded_videos/ -flip
  • Run CAR for the room case:
    • > /usr/local/inria/sup/bin/sup-Demcare_CAR   /home/username/demacare/ConfigFile_Lab/CONFIGFILE_room/   /path_for_the_recorded_videos/ -flip

    Drawing the zones for the Lab in the corridor:

    To allow CAR component to detect the event types (see below for details), you must define the following Contextual Zones using Kreat-Tool (see corresponding webpages in the CAR website):

    • zoneCounting
    • zoneExerciseWalking
    • zoneStop (instead of zoneEnd)

    These zones would correspond to the place where the given furniture of zone of interest are in the corridor where the camera is deployed. When defining the zones with Kreat-Tool, mind the spelling and case of the zone names. It is not mandatory to define of all the listed contextual zones, but the absence of a given zone will imply in the absence of the detection of the events related to it. The figure below shows an example of defined zones in the corrisodr in ICP premises of CHU in Nice.

lab_zones_icp_corridor

  • List of Events provided by CAR for Sprint 2

    • WALKING_TEST_FIRST_ATTEMPT

The persons is detected going from ‘zoneCounting’ to ‘zoneExerciseWalking’.

    • WALKING_TEST_FIRST_ATTEMPT_COMPLETED

The persons is detected going from ‘zoneExerciseWalking’ to ‘zoneEnd’.

    • WALKING_TEST_SECOND_ATTEMPT

The persons is detected going from ‘zoneEnd’ and then detected in ‘zoneExerciseWalking’.

    • WALKING_TEST_SECOND_ATTEMPT_COMPLETED

The persons is detected going from ‘zoneExerciseWalking’ to ‘zoneCounting’.

    • WALK = WALKING_TEST_FIRST_ATTEMPT_COMPLETED + WALKING_TEST_SECOND_ATTEMPT_COMPLETED

Leave a Reply