Git Product home page Git Product logo

clientonlinereid's People

Contributors

conchylicultor avatar

Watchers

 avatar  avatar  avatar

clientonlinereid's Issues

Share features configuration

Send over the network all configuration value used by the features (which kind of feature ? , which constant ?).
Thanks to that, all clients will share the same configuration, without any need to rebuild all.

Warning: if the camera client is connected while the features are changed, the client has to update some values.

Merge features and camInfos

Instead of two list (feature and camInfosList) into a person element, add a struct which contain the two. Like:

struct SequenceElement
{
    vector<FeaturesElement> features;
    CamInfosElement camInfosList;
};

Camera training

Training:
Check the number of cameras
Associate each camera name/hashcode with a number
Record the association in the training file.
When loading the training file (loadmachineLearning), read the association

Testing:
Add a categorical feature camera id of dimention nbOfCam. For instance (0,0,1,0) for cam3. (1,0,0,0) for cam1.
When receive the feature, compute his id for the distance.

Inteligent person update

When a person is recognized, update his database images (features), position (cam infos) in a more intelligent way

Log scaling for time

The exit and entrance time can be really close (1-2s) or really long (3h+). It could be relevant to try to scale the duration with a logarithmic scale.

Recording mode

Record all sequences instead of remove it when loading

Transition prediction algorithm

For the exit vector

  1. Look for the closest end of the arrow vector + add the angle parameter
  2. Deduce the next appearance

Update the person last transition (if not already done)

New debug mode

Record the sequences images in folder "Result/Pers/idPers/Correct" or "Result/Pers/idPers/Error"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.