Skip to content
New issue

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

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

Already on GitHub? # to your account

StopSign with mediapipe #1197

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

crazy-luke
Copy link

Object detect with mediapipe in donkeycar

this video shows stop sign example: https://www.youtube.com/watch?v=LBjeRzE2-Fs

How to use:

  1. Download the object detection model to the Car directory
    https://storage.googleapis.com/mediapipe-models/object_detector/efficientdet_lite0/int8/1/efficientdet_lite0.tflite

  2. configure myconfig.py
    2.1 Set OBJECT_DETECTOR = True to enable object detection.
    2.2 OD_ACTION_DEMO = True, which allows recognition of OD_ACTION_DEMO_LABEL, default value is person.
    2.3 OD_ACTION_STOP_AND_GO = True to enable the stop sign feature.

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

Successfully merging this pull request may close these issues.

1 participant