-
Notifications
You must be signed in to change notification settings - Fork 5
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
Limitation of face registration and memory issues #1
Comments
I noticed in your curl command that you're only submitting 2 images as all of your uploads are either image1 or image2. Try increasing the index (i.e. image3, image4) and running curl again. |
Yes, you're correct. That was an oversight on my part. |
Is this a memory bug in deepstack? should I open a bug over there? |
closing issue here |
First of all, this is a great script. Thank you.
I have encountered some issues. I'll try to explain:
below is the screenshot of nvidia-smi when I start deepstack
Now, I used the script to register 25 faces. Then I looked at nvidia-smi again
as you can see memory usage shot up and stayed there. Script took around 5 seconds to execute
Next, I ran the same registration script and did another nvidia-smi
as you can see the memory usage remained high.
To test the theory, i stopped and restarted docker container, and then instead of this script, I used the curl command to register 31 images. It was almost instant, and the memory usage remained low
Not sure, if there's some setting on my end or not
The text was updated successfully, but these errors were encountered: