I have found mine is just as accurate in low mode and is faster. YMMV
@MikeLud1 - Great work on this! However, the latest "combined" doesnt seem to get birds or cats. In the attached images, deepstack got a Bird at 63% and a Cat at 58%, but "combined" doesnt see anything.
I confirmed it does get cars and people near the same detection percent as deepstack, but maybe a little lower.
I tested on medium and high, same result.
I am hoping to issue a new combined, general, and animal by Friday. Hopefully the next version will have better results.@MikeLud1 - Great work on this! However, the latest "combined" doesnt seem to get birds or cats. In the attached images, deepstack got a Bird at 63% and a Cat at 58%, but "combined" doesnt see anything.
I confirmed it does get cars and people near the same detection percent as deepstack, but maybe a little lower.
I tested on medium and high, same result.
I'm using the latest Deepstack Windows GPU version.
Send me some images and I will add them to the next version.Strang, it thinks my dog is usually a bird, and on occasions a cat. Then a dog is in third place. To be fair she does kind of look like a bird / cat in the burned screen shots. LOL I am pretty sure I am running the latest combined model, but I will go back and make sure. I've been meaning to send in a few pics of her to bed added to the next version of animal/combined.
View attachment 113491View attachment 113492
Will do. I will have to go back and reread the label creation part of this thread. I think my ADHD was really bad that day when I originally read your instructions. I will try to get them labeled and ready to send to you by Monday or Tuesday. How many images should I shoot for? How many would you need to make a difference in training the models?Send me some images and I will add them to the next version.
About 40 to 50.How many images should I shoot for? How many would you need to make a difference in training the models?
The mouse is not the the type of mouse, it is the computer mouse.I would ask that you keep "mouse". One of the things that I use BI for is to try to find
out how mice are getting in my motorhome. I can imagine that a lot of people would
use BI for these types of things.
How should one configure BlueIris to call the "general" custom model when deepstack is run from Docker/Jetson Nano?
I tried (in the camera's "Trigger/Artificial Intelligence" form):
The general model runs fine when I call it directly (using /v1/vision/custom/general instead of /v1/vision/detection), so there is no problem on the deepstack side.
- "objects:0,general" or "objects:0,custom/general": deepstack does not get called (confirmed with wireshark)
- "general" : default detection gets called (/v1/vision/detection)
This how I load deepstack:
I put general.pt in ~/aimodels/
and started deepstack with:
sudo docker run -d --log-driver syslog --runtime nvidia --name deepstack --restart unless-stopped -e VISION-DETECTION=True -e MODE=High -v /home/myuser/aimodels:/modelstore/detection -p 80:5000 deepquestai/deepstack:jetpack-2021.09.1
I cannot run the combined model, as I found that loading that model provokes an out of memory on my 4GB Jetson Nano.
BI: 5.5.3.7 on Win10
For exDark, will BlueIris support time based models - i.e. if after dark, use exDark, if daytime, use regular models?