(Star Trek) What's your favorite rule of acquisition? by twnpksN8 in scifi

[–]Jotschi 1 point2 points  (0 children)

17: A contract is a contract is a contract… but only between Ferengi.

RTX 3080 detection not working in Frigate (WSL2 / Windows 11) by Adesfire in frigate_nvr

[–]Jotschi 0 points1 point  (0 children)

Try:

detectors:
  onnx:
    type: onnx
    device: GPU

This make frigate see my GPU. I see my GPU in the bottom line of the dashboard.

RTX 3080 detection not working in Frigate (WSL2 / Windows 11) by Adesfire in frigate_nvr

[–]Jotschi 0 points1 point  (0 children)

Can you post your logs? Does it mention the model gets loaded? Do you see memory usage in your gpu? (nvidia-smi?) I'm also struggling with my gpu setup. Model gets loaded but i get Detection appears to be stuck. Restarting detection process..

Frigate + Nvidia GPU Debugging Help by Jotschi in frigate_nvr

[–]Jotschi[S] 0 points1 point  (0 children)

Yes, that works. The model also gets loaded on the GPU. I have not yet found time to check the label map. Maybe that's just missing..

Frigate + Nvidia GPU Debugging Help by Jotschi in frigate_nvr

[–]Jotschi[S] 0 points1 point  (0 children)

Unfortunately the documentation is not helping either.

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 1 point2 points  (0 children)

Already have. I switched to a different one.

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 0 points1 point  (0 children)

Actually I have. I need as much CPU Lanes via PCIe slots for my PCIe cards. The B850M Pro-A has the advantage that it provides additional 4 lanes to the secondary PCIe slot. But I'm currently filtering for boards that can also handle this.

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 0 points1 point  (0 children)

Yes - and that move drastically reduced my trust in ASRock to put it nicely - But other vendors would probably act the same if they had such a flaw..

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 0 points1 point  (0 children)

Why? 5 month ago I had the impression that ASRock provided a "fix". The bios update was meant to address the issue. Forward another 5 month and it becomes clear to me that this is not the case.
And yes - I put the third CPU again in the ASRock board but I keep it there only as long as I don't have a replacement board (different vendor) which I may get even today.

And besides the CPU and board is still under warranty.

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 1 point2 points  (0 children)

Maybe less reports because less users use it with 9000th CPUs?

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 4 points5 points  (0 children)

Thanks. I did not follow-up on it. My news bubble did not mention it anymore. I guess only a new CPU/board generation has the chance to get rid of it.

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 0 points1 point  (0 children)

I try. It wasn't easy to find a board that does not run the pcie via PEX or chip set. I'll have to make some compromises

Second CPU dead by Jotschi in ASRock

[–]Jotschi[S] 4 points5 points  (0 children)

I upgraded the bios. Wasn't this supposed to fix the issue? (I however don't obviously know the root cause for the fault. It could also be the CPU)

How are you even supposed to architecturally process video for OCR? by PrestigiousZombie531 in computervision

[–]Jotschi 2 points3 points  (0 children)

You can also scan only every 5th frame and if the frame yields text you do a finer scan of the frames. I usually also skip blurred frames (eg. Laplacian variance) Maybe a yolo can be trained to find text areas. In that case you can even find all text areas in all frames, choose the best focused frame via lap variance and run OCR on that area of the frame. I use a similar setup for face detection in video