You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
every time i want to use custom models i get the following error on the web page:
File "/usr/local/lib/python3.8/site-packages/streamlit/script_runner.py", line 332, in _run_script
exec(code, module.__dict__)
File "/app/deepstack-ui.py", line 205, in <module>
predictions = process_image_object(pil_image, dsobject)
File "/usr/local/lib/python3.8/site-packages/streamlit/caching.py", line 604, in wrapped_func
return get_or_create_cached_value()
File "/usr/local/lib/python3.8/site-packages/streamlit/caching.py", line 588, in get_or_create_cached_value
return_value = func(*args, **kwargs)
File "/app/deepstack-ui.py", line 50, in process_image_object
predictions = dsobject.detect(image_bytes)
File "/usr/local/lib/python3.8/site-packages/deepstack/core.py", line 197, in detect
response = process_image(
File "/usr/local/lib/python3.8/site-packages/deepstack/core.py", line 128, in process_image
raise DeepstackException(f"Bad url supplied, url {url} raised error {BAD_URL}")
Since the default Deepstack Docker didn't recognize a full size cat 2m away from cam i wanted to try custom models.
But with that deepstack didn't recognized anything/animal/person/car or whatever.
Hi,
every time i want to use custom models i get the following error on the web page:
Since the default Deepstack Docker didn't recognize a full size cat 2m away from cam i wanted to try custom models.
But with that deepstack didn't recognized anything/animal/person/car or whatever.
So i wanted to try the custom models from here https://github.com/MikeLud/DeepStack-Security-Camera-Models/tree/main/Models with a picture.
This is my docker compose for deepstack_ui
I added the custom models into deepstack and i can see them if i get into the container in /modelstore/detection
They are in the following format
Do i write
- DEEPSTACK_CUSTOM_MODEL=cat
or
- DEEPSTACK_CUSTOM_MODEL=animal.pt
If i fully remove the DEEPSTACK_CUSTOM_MODEL line everything is working.
Please help.
Greetings
The text was updated successfully, but these errors were encountered: