I am testing out BlueIris and is having trouble with custom models. I have trained DeepStack (running on a separate server) with a custom model and already works when trying via API. But when I try to integrate with BlueIris, it does not seem to detect it.
I checked the logs of DeepStack and saw that BlueIris only calls the vision detection API and not the custom model API.
I have added the name of the model under "Custom Models" on the AI Settings. Am I missing anything else?
Custom Models
Re: Custom Models
Where do you find the DeepStack logs?I checked the logs of DeepStack and saw that BlueIris only calls the vision detection API and not the custom model API.
- "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
- If you know what your after, you'll recognize it when you see it.
Re: Custom Models
I have Deepstack running on Powershell and we can see all API calls from there.
- Attachments
-
- deepstack (1).png (175.41 KiB) Viewed 8291 times
Re: Custom Models
Thanks for that.
- "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
- If you know what your after, you'll recognize it when you see it.
-
- Posts: 44
- Joined: Mon Sep 23, 2019 9:51 pm
Re: Custom Models
Have you restarted the computer after adding the custom models?
Re: Custom Models
Tested again today and it works now. There was some issue with the model and test data I used.
-
- Posts: 3
- Joined: Mon Jan 17, 2022 7:08 am
Re: Custom Models
Hi twoii, how did I solve the problem with launching custom models? I ran my own custom model and created on the forums for example openlogo through windows everything works fine, But when I run it through Docker in BLUE IRIS, when analyzing, it does not find a custom model, only the upper green line appears on the top left.
sudo docker run --gpus all -e VISION-DETECTION=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack:gpu
With this command, I run a deep stack of standard models (car, man, dog, chair...) Everything works fine in the Library
I run custom models with this command
to launch sudo docker --gps al -v /home/durnovtsev/DeepStack-Models:/model store/detection -page 80:5000 deepquestai/deepstack:GPU
Last edited by durnovtsev on Tue Jan 18, 2022 5:56 am, edited 2 times in total.
-
- Posts: 3
- Joined: Mon Jan 17, 2022 7:08 am
Re: Custom Models
sudo docker run --gpus all -e VISION-DETECTION=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack:gpu
With this command, I run a deep stack of standard models (car, man, dog, chair...) Everything works fine in the Library
I run custom models with this command
to launch sudo docker --gps al -v /home/durnovtsev/DeepStack-Models:/model store/detection -page 80:5000 deepquestai/deepstack:GPU
With this command, I run a deep stack of standard models (car, man, dog, chair...) Everything works fine in the Library
I run custom models with this command
to launch sudo docker --gps al -v /home/durnovtsev/DeepStack-Models:/model store/detection -page 80:5000 deepquestai/deepstack:GPU