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

Release v2.0.0 #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Release v2.0.0 #47

wants to merge 2 commits into from

Commits on Oct 9, 2020

  1. Refactor to api_v1 / api_v2 pattern to prepare for custom model/predi…

    …ctor support (#46)
    
    * wip
    
    * split detector into api_v1/api_v2 modules
    
    * move  model registry to detect module
    
    * begin implementing v1 legacy API in cli module
    
    * validate python rpi_deep_pantilt/cli.py detect --api-version=1 working (all labels)
    
    * validate python rpi_deep_pantilt/cli.py detect --api-version=1 --edge-tpu --loglevel=INFO
    
    * validate  python rpi_deep_pantilt/cli.py detect face --api-version=1 --edge-tpu
    
    * validate python rpi_deep_pantilt/cli.py list-labels --api-version=1 [--edge-tpu]
    
    * validate python rpi_deep_pantilt/cli.py track --api-version=1 [--edge-tpu]
    
    * add support for --api-version=v2 --dtype=uint8 quantization (no edge tpu required)
    
    * first pass on automl_leopard_example.py
    
    * lint
    leigh-johnson committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    4445b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6514276 View commit details
    Browse the repository at this point in the history