Services starts but never detects or records anything - help! #589
-
I'm new and this is my first installation. The service starts and I can see my cameras in the UI. But so far I can't get it to record or detect objects or motions. It's running via docker-compose in a VM with Tesla P4 passthrough. I confirm Viseron is using the GPU and root owns the recordings folder. Please help! docker-compose.yml
config.yaml
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You need to split up your labels like this: darknet:
object_detector:
half_precision: true
cameras:
camera_1:
labels:
- label: person
confidence: 0.7
require_motion: true
- label: cat
confidence: 0.7
require_motion: true I would also suggest trying without require motion as a start |
Beta Was this translation helpful? Give feedback.
-
In this page:
https://viseron.netlify.app/components-explorer/components/darknet
there's already a configuration example with "dog"; why not add another
label "cat" under that, to illustrate a multi-label scenario?
Roy
…On Wed, May 3, 2023 at 10:43 PM Jesper ***@***.***> wrote:
Yeah that's a good idea. On what page do you think that makes sense? This
section maybe:
https://viseron.netlify.app/docs/documentation/configuration
—
Reply to this email directly, view it on GitHub
<#589 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG6A4GZ4UYXSOORGNIK45TXEM6XHANCNFSM6AAAAAAXUWT5SA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
You need to split up your labels like this:
I would also suggest trying without require motion as a start