Please mention sensible values for MEMORY and MODEL_ID in Setup instruction · Issue #790 · matiasdelellis/facerecognition · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 |
+----+---------+----------------+---------------------------------------------------------------------------------+
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.
The text was updated successfully, but these errors were encountered: