https://github.com/csailvision/detectmeserver
https://github.com/csailvision/detectmeserver
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/csailvision/detectmeserver
- Owner: CSAILVision
- License: other
- Created: 2014-01-28T19:06:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-31T15:36:58.000Z (over 12 years ago)
- Last Synced: 2025-03-17T16:07:25.568Z (about 1 year ago)
- Language: JavaScript
- Size: 9.72 MB
- Stars: 3
- Watchers: 21
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
===============
DetectMe Server
===============
DetectMe Server on Django 1.5.
The main responsabilities of this server are:
#. Share detectors between LabelMe Mobile (LMeMob) users
#. Get the real time detection of the LMeMob.
#. 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