Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yolov5 #4532

Closed
wants to merge 2 commits into from
Closed

Yolov5 #4532

wants to merge 2 commits into from

Conversation

triptec
Copy link

@triptec triptec commented Nov 27, 2022

This is a work in progress FYI

mqtt:
  host: mqtt

logger:
  # Optional: default log level (default: shown below)
  default: debug

cameras:
  test:
    ffmpeg:
      inputs:
        - path: /media/frigate/cat1-15.MP4
          #- path: /media/frigate/clip_cam3_1.mp4
          #- path: /media/frigate/clip_cam3_2.mp4
          input_args: -re -stream_loop -1 -fflags +genpts
          #input_args: -re -1 -fflags +genpts
          roles:
            - detect
            - rtmp
    detect:
      #height: 640
      #width: 640
      width: 1920
      height: 1080
      #width: 3840
      #height: 2160
      fps: 5

detectors:
  detector1:
    type: yolov5
    device: cpu

model:
  path: /media/frigate/yolov5s-int8-224.tflite
  height: 224
  width: 224
  labelmap_path: "/media/frigate/coco_labels.txt"
  #path: /media/frigate/yolov5s-int8.tflite
  #height: 640
  #width: 640
  #labelmap_path: "/media/frigate/coco_labels.txt"

objects:
  # Optional: list of objects to track from labelmap.txt (default: shown below)
  track:
    - person
    - bicycle
    - car
    - motorcycle
    - airplane
    - bus
    - train
    - truck
    - boat
    - traffic light
    - fire hydrant
    - stop sign
    - parking meter
    - bench
    - bird
    - cat
    - dog
    - horse
    - sheep
    - cow
    - elephant
    - bear
    - zebra
    - giraffe
    - backpack
    - umbrella
    - handbag
    - tie
    - suitcase
    - frisbee
    - skis
    - snowboard
    - sports ball
    - kite
    - baseball bat
    - baseball glove
    - skateboard
    - surfboard
    - tennis racket
    - bottle
    - wine glass
    - cup
    - fork
    - knife
    - spoon
    - bowl
    - banana
    - apple
    - sandwich
    - orange
    - broccoli
    - carrot
    - hot dog
    - pizza
    - donut
    - cake
    - chair
    - couch
    - potted plant
    - bed
    - dining table
    - toilet
    - tv
    - laptop
    - mouse
    - remote
    - keyboard
    - cell phone
    - microwave
    - oven
    - toaster
    - sink
    - refrigerator
    - book
    - clock
    - vase
    - scissors
    - teddy bear
    - hair drier
    - toothbrush

@netlify
Copy link

netlify bot commented Nov 27, 2022

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit dfb178d
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/6383c7be8361e30009cd8645
😎 Deploy Preview https://deploy-preview-4532--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@svenstaro
Copy link
Contributor

@blakeblackshear can't this be closed? It's long out of date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants