t0mer / deepstack-trainer

deepstack trainer is a Flask powerd, easy to use web app, hepls us to train and test Deepstack AI
GNU General Public License v3.0
24 stars 3 forks source link

Face Learning Teach Me button does nothing #4

Closed ddbrown2 closed 3 years ago

ddbrown2 commented 3 years ago

Running in docker on Unraid, just pulled the from docker hub with deepstack version "DeepStack: Version 2021.02.1" following enabled /v1/vision/face

/v1/vision/face/recognize

/v1/vision/face/register

/v1/vision/face/match

/v1/vision/face/list

/v1/vision/face/delete

/v1/vision/detection

/v1/vision/scene

I browse to an image Type in a name and click Teach me and get no response. No error, but no response. If I leave off the name I get an error stating I need a name

If I use Face Recognition browse to an image Click who is it I get (Success) the person in the picture is No connection adapters were found for IP address:5000/v1/vision/facerecognize

I also get errors when using Object Detection and Scene Detection: Error No connection adapters were found for IP address:5000/v1/vision/detection Although I do use BlueIris and it does detect objects. Same error with Scene, but with /v1/vision/scene

ocsele commented 3 years ago

Very same problem here.

Maybe it's worth mentioning that I'm running Deepstack through the native Windows 10 client, not via docker. Docker-Trainer config for me is following: `version: "3.7" services: deepstack_trainer: image: techblog/deepstack-trainer container_name: deepstack_webui privileged: true restart: always environment:

DivanX10 commented 3 years ago

Watch the video how to properly configure deepstack, maybe this will help you

t0mer commented 3 years ago

I just pulled the lat version and i's working. Maybe somthing in ypur configuration is wrong?