Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitsy-ai/rpi-object-tracking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: bitsy-ai/rpi-object-tracking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 18 files changed
  • 6 contributors

Commits on Feb 9, 2020

  1. Update README.md

    leigh-johnson authored Feb 9, 2020
    Copy the full SHA
    78ec6ff View commit details

Commits on May 24, 2020

  1. update README.md with installation instructions for TensorFlow 2.2 (#27)

    * add a note to the README concerning /boot/config.txt (#22)
    
    * Update README.md
    
    * add a note about dtparam=i2c1=on in /boot/config.txt for Rasberry 4 Rasberian users
    
    Co-authored-by: Leigh Johnson <hi@leighjohnson.me>
    Co-authored-by: Matt Gantner <matt@mattgantner.com>
    
    * update README.md with installation instructions for TensorFlow 2.2
    
    Co-authored-by: Matt <matt.gantner@louisvilleky.gov>
    Co-authored-by: Matt Gantner <matt@mattgantner.com>
    3 people authored May 24, 2020
    Copy the full SHA
    87b23cb View commit details
  2. Revert "update README.md with installation instructions for TensorFlo…

    …w 2.2 (#27)" (#29)
    
    This reverts commit 87b23cb.
    leigh-johnson authored May 24, 2020
    Copy the full SHA
    0439477 View commit details

Commits on May 26, 2020

  1. release v1.2.0 (#28)

    * add a note to the README concerning /boot/config.txt (#22)
    
    * Update README.md
    
    * add a note about dtparam=i2c1=on in /boot/config.txt for Rasberry 4 Rasberian users
    
    Co-authored-by: Leigh Johnson <hi@leighjohnson.me>
    Co-authored-by: Matt Gantner <matt@mattgantner.com>
    
    * update README.md with installation instructions for TensorFlow 2.2 (#30)
    
    * --edge-tpu initializes Coral Interpreter packaged in tflite_runtime instead of TensorFlow.lite.interpreter.Interpreter (#31)
    
    * Make pantilt installation optional, merge face-detect and face-track into detect/track commands (#32)
    
    * first pass on combining track/face-track and detect/face-detect into single CLI target with nargs labels
    
    add refactor run_detect fns into camera.run_detect_stationary and
    camera.run_detect_pantilt
    
    * zero scores on labels not in provided label list for rpi-deep-pantilt detect [LABELS] command
    
    * remove pan-tilt HAT zero from camera test (allows usage w/o pantilt installed) closes #20
    
    * clean up CLI commands
    
    * update README with merged detect/track command usage
    
    * --rotation opt (#33)
    
    * add support for --rotation option (PiCamera preview orientation)
    
    * update README with --rotation option, closes #25
    
    * lint 🐐
    
    * Bump version: 1.1.0 → 1.2.0-rc0
    
    * fix release target
    
    * bump2version effed up
    
    Co-authored-by: Matt <matt.gantner@louisvilleky.gov>
    Co-authored-by: Matt Gantner <matt@mattgantner.com>
    3 people authored May 26, 2020
    Copy the full SHA
    1dc9690 View commit details

Commits on Jul 31, 2020

  1. Release v1.2.1 (#41)

    * closes #38 - handle cases where model_cls does not implement filter_tracked method
    
    * Bump version: 1.2.0 → 1.2.1
    leigh-johnson authored Jul 31, 2020
    Copy the full SHA
    804a9b6 View commit details

Commits on Feb 1, 2021

  1. Fix install instructions (#54)

    * Upgrade pip
    
    * Fix wheel download links
    hhdewarren authored Feb 1, 2021
    Copy the full SHA
    d979b9c View commit details

Commits on Nov 16, 2021

  1. Bump pip from 19.2.3 to 21.1 (#65)

    Bumps [pip](https://github.com/pypa/pip) from 19.2.3 to 21.1.
    - [Release notes](https://github.com/pypa/pip/releases)
    - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
    - [Commits](pypa/pip@19.2.3...21.1)
    
    ---
    updated-dependencies:
    - dependency-name: pip
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2021
    Copy the full SHA
    09a219d View commit details
  2. Copy the full SHA
    66de26a View commit details

Commits on Dec 26, 2022

  1. Bump wheel from 0.33.6 to 0.38.1 (#66)

    Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 to 0.38.1.
    - [Release notes](https://github.com/pypa/wheel/releases)
    - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
    - [Commits](pypa/wheel@0.33.6...0.38.1)
    
    ---
    updated-dependencies:
    - dependency-name: wheel
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 26, 2022
    Copy the full SHA
    de6003a View commit details
Loading