-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> Co-authored-by: Matt Gantner <[email protected]> * 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 <[email protected]> Co-authored-by: Matt Gantner <[email protected]>
- Loading branch information
1 parent
0439477
commit 1dc9690
Showing
17 changed files
with
595 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
__author__ = """Leigh Johnson""" | ||
__email__ = '[email protected]' | ||
__version__ = '1.1.0' | ||
__version__ = '1.2.0' |
Oops, something went wrong.