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

Detection End point not activate #192

Open
rajdey1 opened this issue Sep 1, 2024 · 0 comments
Open

Detection End point not activate #192

rajdey1 opened this issue Sep 1, 2024 · 0 comments

Comments

@rajdey1
Copy link

rajdey1 commented Sep 1, 2024

I have installed deepstack recently using docker compose V2 here comes the docker file

version: '3.8'

services:
deepstack:
image: deepquestai/deepstack:latest
container_name: deepstack
ports:
- "5000:5000" # Exposing port 5000 for both internal and external use VISION-FACE:'True' VISION-SCENE:'True
environment:
- VISION-DETECTION=True
- VISION-FACE=True
- VISION-SCENE=True
volumes:
- deepstack_data:/data
networks:
- my_network

volumes:
deepstack_data:

networks:
my_network:
external: true

When I try to use the endpoint I always get endpoint not activate error.

curl -X POST http://temphome.ddns.net:5000/v1/vision/detection -H "Content-Type: multipart/form-data" -F "image=@/home/rajdey/docker/deepstack/data/DSC04413.JPG"

Error:- {"success":false,"error":"Detection endpoint not activated","duration":0}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant