Skip to content
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

[BUG] #614

Closed
j3mu5 opened this issue Dec 24, 2024 · 2 comments
Closed

[BUG] #614

j3mu5 opened this issue Dec 24, 2024 · 2 comments
Labels
bug Something isn't working stale

Comments

@j3mu5
Copy link

j3mu5 commented Dec 24, 2024

Describe the bug
When training a known person in tab training with confirmation "Do you want to sync all images for person_name? This will untrain and retrain all images for the configured detectors.", there are errors in the log if more than 200 images are used:

24-12-24 14:32:09 error: compreface training error: No face is found in the given image
24-12-24 14:32:09 error: TypeError: Cannot convert undefined or null to object
at /double-take/api/src/controllers/train.controller.js:54:7
at Array.forEach ()
at /double-take/api/src/controllers/train.controller.js:52:15
at Array.forEach ()
at module.exports.get (/double-take/api/src/controllers/train.controller.js:49:9)
at newFn (/double-take/api/node_modules/express-async-errors/index.js:16:20)
at Layer.handle [as handle_request] (/double-take/api/node_modules/express/lib/router/layer.js:95:5)
at next (/double-take/api/node_modules/express/lib/router/route.js:149:13)
at /double-take/api/src/middlewares/index.js:67:3
at newFn (/double-take/api/node_modules/express-async-errors/index.js:16:20)

Version of Double Take
v1.13.11.8

Expected behavior
Training should run without issues. I don't know if this error affects the training results.

Hardware

  • Architecture or platform: x86
  • OS: Alpine Linux with docker
  • Browser (if applicable): Chrome
  • Docker image (if applicable): image: skrashevich/double-take

Configuration
detectors:
compreface:
url: http://IP:port
key: xxxxx
det_prob_threshold: 0.64

deepstack:
url: http://IP:port
key: xxxx

ui:
pagination:
limit: 100
thumbnails:
# value between 0-100
quality: 100
# value in pixels
width: 666

@j3mu5 j3mu5 added the bug Something isn't working label Dec 24, 2024
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Jan 27, 2025
Copy link

github-actions bot commented Feb 1, 2025

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

1 participant