Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 779 Bytes

README.rst

File metadata and controls

35 lines (22 loc) · 779 Bytes

DetectMe Server

DetectMe Server on Django 1.5.

The main responsabilities of this server are:

  1. Share detectors between LabelMe Mobile (LMeMob) users
  2. Get the real time detection of the LMeMob.
  3. Output the video of the real time detection

note: still under development

1. Detector Sharing

TBD.

2. Real Time Visualization

TBD.

3. Instruction to execute

Depending on the enviroment (development, staging, testing or production) a different settings have to be loaded. To avoid having to add --settings after each django-admin.py instruction, an alternative is to set the enviroment variable:

$ export DJANGO_SETTINGS_MODULE=detectme.settings.local