this post was submitted on 29 Dec 2024
20 points (81.2% liked)

Selfhosted

60910 readers
867 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm currently getting a lot of timeout errors and delays processing the analysis. What GPU can I add to this? Please advise.

you are viewing a single comment's thread
view the rest of the comments
[–] ikidd@lemmy.world 2 points 2 years ago* (last edited 2 years ago) (1 children)

So I run a debian server, it's a shitty little i5 4th gen of some sort with 8GB of RAM. It runs BI in a docker of Windows using Dockur, as well as docker stacks for mosquitto and deepstack, and other containers for my solar array and inverters.

I have BI AI pointing to the debian host machine's IP with the port I used for deepstack container. This seems to be pretty good at object detection without any GPU and on a shitty little I3 processor that's about a decade or more old.

I use BI because Frigate and any other FOSS just don't have anything approaching the usefulness and ease of setup of BI. I'd love if there were an alternative, because I fucking loathe having a Windows install in my network, even if it is running as a docker container. But that's not the case, so I pay for BI and use some mitigations for having to deal with Windows.

I can post the compose files if you think you might want to give this a try.

[–] nieceandtows@lemmy.world 1 points 2 years ago (1 children)

Yeah I used deepstack before, and it had a lot better detection times, but recently BI switched to using CodeProjectAI as the supported ai, so I moved over to that. It's not as performant as Deepstack. Maybe I should try going back to deepstack even if it's not officially supported.

[–] ikidd@lemmy.world 2 points 2 years ago

That's what I noticed and went back to deepstack. It integrates with no issues at all, just specify the port and let it go.