Closed jurgenweber closed 1 year ago
testing if this is the fix? https://github.com/exadel-inc/CompreFace/commit/01b6eaa2043b7e4366772419afc51a9d687d2376
no, still getting the same error. :\
2023-08-19 03:39:10.043 ERROR 7 --- [io-8080-exec-11] c.e.f.c.h.ResponseExceptionHandler : Undefined exception occurred java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 100224 out of bounds for double[100096]
Not sure what was going on here butg I started a new database.
Describe the bug
all images submitted return the following stack trace
To Reproduce
I recently updated with master, it was working fine. I have core on a jetson nano. I use double take, so any image double take is sending to it is failing with this and core returns a 400 no faces found.
Expected behavior
I expected faces to be found.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Logs
Run those commands and attach result to the ticket:
docker ps
docker-compose logs
as aboveAdditional context
Was working fine, but then I updated with master.