8000 Please mention sensible values for MEMORY and MODEL_ID in Setup instruction · Issue #790 · matiasdelellis/facerecognition · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Please mention sensible values for MEMORY and MODEL_ID in Setup instruction #790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dreusel opened this issue Dec 7, 2024 · 1 comment

Comments

@dreusel
Copy link
dreusel commented Dec 7, 2024

It would be very helpful to mention sensible values for MEMORY and MODEL_ID in the setup instruction. Or at least explicitly state that sensible values need to be decided, with a pointer to the documentation that goes into this. The naive reader will not even realize that MEMORY and MODEL_ID are not actual values and even when they do it's not necessarily straightforward to (find out how to) figure out what those values should.

@matiasdelellis
Copy link
Owner

Hi,
When executed without arguments it shows the current configuration and maximum options.

matias@nube:/var/www/html/nextcloud$ sudo -u apache php occ face:setup
[sudo] contraseña para matias: 
Current setup:

Minimum value to assign to image processing.: 682.7 MB (715827882B)
Maximum value to assign to image processing.: 4.8 GB (5140250624B)
Maximum memory assigned for image processing: 4 GB (4294967296B)

Available models:
+----+---------+----------------+---------------------------------------------------------------------------------+
| Id | Enabled | Name           | Description                                                                     |
+----+---------+----------------+---------------------------------------------------------------------------------+
| 1  |         | Default        | Main model, using dlib defaults.                                                |
| 2  |         | DlibCnn68      | DEPRECATED: Alternative default model, using dlib with 68 point landmarks model |
| 3  | *       | DlibHog        | Dlib HOG Model which needs lower requirements                                   |
| 4  |         | DlibCnnHog5    | Extends the main model, doing a face validation with the Hog detector           |
| 5  |         | ExternalModel  | External model to separate image processing from the web server                 |
| 6  |         | DlibTaguchiHog | Extends the Taguchi model, doing a face validation with the Hog detector        |
+----+---------+----------------+---------------------------------------------------------------------------------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0