Search found 3 matches

by durnovtsev
Tue Jan 18, 2022 5:53 am
Forum: Blue Iris 5
Topic: Custom Models
Replies: 7
Views: 3872

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 --gp...
by durnovtsev
Tue Jan 18, 2022 5:47 am
Forum: Blue Iris 5
Topic: Custom Models
Replies: 7
Views: 3872

Re: Custom Models

Tested again today and it works now. There was some issue with the model and test data I used. 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 throug...
by durnovtsev
Mon Jan 17, 2022 7:59 am
Forum: Blue Iris 5
Topic: Run custom model on Ubuntu Docker Deepstack for GPU
Replies: 0
Views: 12736

Run custom model on Ubuntu Docker Deepstack for GPU

I want to run a custom model via Ubuntu Docker Deepstack for GPU, what command should I write in the terminal? For the standard launch of embedded DeepStack models, I use: docker run --gps all -e VISION-DETECTION=True -v localstorage:/datastore -p 80:5000 deepquestai/deepstack:gpu This works great i...