Giter Site home page Giter Site logo

Frigate detection tips about whosatmyfeeder HOT 2 OPEN

poxin13 avatar poxin13 commented on September 18, 2024
Frigate detection tips

from whosatmyfeeder.

Comments (2)

mmcc-xx avatar mmcc-xx commented on September 18, 2024

I'm glad you are enjoying it!

Below is part of my frigate config file. Note especially...

      filters:
        bird:
          threshold: 0.6
          min_area: 5000

If you dial down threshold you'll get more detections, but more of them will be false positives. Most of the false positives will be filtered out by WhosAtMyFeeder. Default is 0.7

min_area is by default 0, so setting this to some value greater than 5000 will make sure it isn't flagging tiny little dots as birds.

Also note that in the width and height section under detect I'm feeding the model full sized frames. This requires more processing but should (I think) work better.

  birdcam:
    ffmpeg:
      input_args: preset-rtmp-generic
      inputs:
        - path: rtmp://192.168.1.114/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=password
          roles:
            - detect
            - record
      output_args:
        record: preset-record-generic-audio-copy
      hwaccel_args: preset-vaapi
    live:
      stream_name: birdcam
    detect:
      enabled: True
      width: 2560
      height: 1920
      fps: 6
    record:
      enabled: true
    snapshots:
      enabled: true
    mqtt:
      bounding_box: False
      timestamp: False
      quality: 95
    objects:
      track:
        - bird
      filters:
        bird:
          threshold: 0.6
          min_area: 5000

from whosatmyfeeder.

poxin13 avatar poxin13 commented on September 18, 2024

Thanks for the info! I did see you updated the readme yesterday with an example but didn't see some of these options in there like threshold. Let me give it a shot with some of these newer options.

from whosatmyfeeder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.