Skip to content

Commit

Permalink
Fix typos (EdgeTPU -> Edge TPU)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Tyka committed May 1, 2019
1 parent c79cc83 commit 401407d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EdgeTPU simple camera examples
# Edge TPU simple camera examples

This repo contains a collection of examples that use camera streams
together with the EdgeTPU Python API.
together with the Edge TPU Python API.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion gstreamer/gstreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def on_new_sample(sink, overlay, screen_size, appsink_size, user_function):
def detectCoralDevBoard():
try:
if 'MX8MQ' in open('/sys/firmware/devicetree/base/model').read():
print('Detected EdgeTPU dev board.')
print('Detected Edge TPU dev board.')
return True
except: pass
return False
Expand Down

0 comments on commit 401407d

Please sign in to comment.