GithubHelp home page GithubHelp logo

Comments (5)

nischi avatar nischi commented on July 3, 2024

Should be like you said. I need to test that on my system and fix it.

from mmm-face-reco-dnn.

robertybob avatar robertybob commented on July 3, 2024

@nischi have you had the opportunity to work on this? :)

from mmm-face-reco-dnn.

nischi avatar nischi commented on July 3, 2024

I'm sorry, not yet.

from mmm-face-reco-dnn.

majurgens avatar majurgens commented on July 3, 2024

I have a similar problem but with "everyone".
I've have found that there are other classes that work in specific ways.

  • "nobody" works that same as "default". It seems that any other made up class name works like "default". This may help mschlesinger19
  • "unknown" works when someone who is unknown to the facial recognition logs in - this seems to be an extra undocumented class. This is useful functionality. It also allows me to work around "everyone" not working correctly, by doing the extra configuration of using all the known profiles and "unknown" instead of "everyone"

For me,

  • when there is no one in front of the camera: VISIBLE="default", "default everyone", "everyone default", "nobody" INVISIBLE="unknown"
  • when I login as "me": VISIBLE="me", "default everyone", "everyone default" INVISIBLE="unknown", "everyone" (ERROR), "default"
  • when someone else who is known logs in: VISIBLE="default everyone", "everyone default" are visible INVISIBLE="unknown", "everyone" (ERROR), "default"
  • when someone who is unknown logs in: VISIBLE="default everyone", "everyone default", "unknown" INVISIBLE="unknown", "everyone" (ERROR), "default"

from mmm-face-reco-dnn.

majurgens avatar majurgens commented on July 3, 2024

I've looked at the code and there is actually nowhere in the code that will show the "everyone" class when a user logs in and hide it when they log out. This is why it does not work.

There is code in there that would

  • not hide "everyone" if it was already showing when someone logs in. This seems to assume that before login "everyone" would already be showing, which is not how "everyone" is supposed to work
  • not show "everyone" when someone logs and there are no more logged in users. Again, the same logic that seems to assume you want to show "everyone" when someone logs out.

The code looks good for "default" so I'm not sure what the problem is as reported by mschlesinger19

I have fix up the code in my local version. I'm not sure how I would go about putting it back in github .....

from mmm-face-reco-dnn.

Related Issues (20)

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.