Git Product home page Git Product logo

Comments (9)

trevor-sonic avatar trevor-sonic commented on May 23, 2024 1

Default face recognition functionality is very basic and useless without ability to reuse after rebooting.
Ability to Save/Restore would be fundamentally needed.

from esp32-cam-webserver.

easytarget avatar easytarget commented on May 23, 2024 1

Dont worry, there will be a v4 dev and maintenance branch..

from esp32-cam-webserver.

easytarget avatar easytarget commented on May 23, 2024 1

I just merged #49 which, as well as the preferences save/restore includes stubbed-out code and commented out html for the FaceDB save/restore operations and UI.

It also has Debug dumping of some facedb data sizes, I lost several hours going through the esp-face code without really getting a handle on how this works. It looks like the structures are dynamic with static indexes.

Needs more thought.

from esp32-cam-webserver.

easytarget avatar easytarget commented on May 23, 2024 1

https://github.com/espressif/esp-face/blob/master/face_recognition/fr_flash.c
Saves/reads from flash memory; but needs a change to the board partition scheme and I wish to keep this project simple enough to use with a unmodified Arduino IDE.

otoh; it shows me what I need to save; and how to save it to a block device on a partition.. Good basis for a SPIFFS implementation.

from esp32-cam-webserver.

easytarget avatar easytarget commented on May 23, 2024

I agree, but I also consider face recognition a low-priority in this project. I fully intend to remove it completely in V5 so that I can put OTA updates in.
I've just expanded this request, and added the 'Help wanted' label, I'd love to work on it but I need to put this project aside for a while after v3..

from esp32-cam-webserver.

easytarget avatar easytarget commented on May 23, 2024

The LittleFS part of this is common to #20

from esp32-cam-webserver.

trevor-sonic avatar trevor-sonic commented on May 23, 2024

OTA is important from programmer point of view but face recognition is very unique feature compare to other ip camera on the market (I bought it just for this). I would say please don't remove (of course this is your repo, decision ), or keep a git branch with it. If you make an initial start point I may improve and ask merge request for your repo.

from esp32-cam-webserver.

easytarget avatar easytarget commented on May 23, 2024

spiffs branch is a POC for preferences saving; but the initial commit there also shows how to read/write a C struct to spiffs. This should be doable for the face recognition db; by saving mtmn_config and id_list. (declared as static here)

from esp32-cam-webserver.

easytarget avatar easytarget commented on May 23, 2024

I've just forked the 3.x branch into a maintenance mode.
4.x (going forward) has dropped face recognition entirely.
Closing this issue now as no longer relevant.

from esp32-cam-webserver.

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.