Can someone explain why there is a limit on the number of faces that can be registered per person?
I started with 250 images and it gave me errors
dsm.py -H localhost:777 register -p "../faces/east/" person1
{'success': False, 'error': 'error occured on the server', 'duration': 0}
However, after trying various different number of images, it seems like 25 is the maximum.
is there a way to increase this limit? In my use case, I am using some augmented images, so need to be able to use 100 or more. This is very frustrating.
Thank you!