Preliminary calculation of RAM consumption #3081
Andrewkoro105
started this conversation in
General
Replies: 1 comment
-
For the detector, the only thing that really matters is the image size. So you should measure the ram usage for any given size to find out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I know the size of the image and the approximate number of people on it, can I calculate the maximum RAM consumption for
face_locations
(I only care about FaceDetectorCnn) and for each individual face find out how much RAMget_face_encodings
andface_landmarks
will require?Beta Was this translation helpful? Give feedback.
All reactions