skrashevich / double-take

Unified UI and API for processing and training images for facial recognition.
https://hub.docker.com/r/skrashevich/double-take
MIT License
533 stars 26 forks source link

Deepstack 404 Error #468

Closed Kosh42 closed 6 months ago

Kosh42 commented 6 months ago

I have DeepStack running as here: image

With the correct face API endpoints available: image

And this in my config:

detectors:
  deepstack:
    url: http://192.168.0.45:5001/
    key: ""
    timeout: 15
    opencv_face_required: false

But it refuses to connect: image

Any ideas appreciated as this tool looks awesome!

Thanks in advance.