deepstack-ui icon indicating copy to clipboard operation
deepstack-ui copied to clipboard

UI for working with Deepstack

Results 13 deepstack-ui issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/83458266/172630997-650b94a4-b4f3-41e4-80e6-0cfefd8e12bb.png) I keep getting the error on the snapshot whenever I try deepstack-ui, and the error is persistent even after logging into docker hub. What am I doing wrong?

Jetson nano 2Gb: ``` docker run -p 8501:8501 -e DEEPSTACK_IP=192.168.1.29 -e DEEPSTACK_PORT=80 -e DEEPSTACK_TIMEOUT=20 -e DEEPSTACK_CUSTOM_MODEL=mask robmarkcole/deepstack-ui:latest ``` answer ``` WARNING: The requested image's platform (linux/amd64) does not match the...

When I switch to face recognition mode I get the following error: ``` DeepstackException: Error from Deepstack request, status code: 403 Traceback: File "/usr/local/lib/python3.8/site-packages/streamlit/script_runner.py", line 332, in _run_script exec(code, module.__dict__)...

Possible using https://github.com/andfanilo/streamlit-drawable-canvas Could even be a polygon using https://github.com/andfanilo/streamlit-drawable-canvas/issues/10

Add button to generate yaml config that would give the same predictions as the UI app

Am currently putting a yellow box if below confidence threshold, but also put the name to `unknown`. This works around the fact that every face is mated using the `recognise`...

If we: 1) Process an image, face unknown 2) Register the face 3) Process again The face is still unknown, since we are caching the result from Deepstack for the...

Many images are simply not being posted to Deepstack, and I suspect it is to do with caching the response

Add info with the IP address of the deepstack instance you are connected to