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

Adding in Object Tracking #11

Merged
merged 31 commits into from
Mar 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update detect.py
  • Loading branch information
luke-iqt committed Mar 3, 2021
commit 8ef16ff235d73db3e2ad0caf0adc9036b5bbc597
4 changes: 2 additions & 2 deletions object-tracker/opencv/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def main():
global mqtt_bridge
global mqtt_topic

camera_width=1920
camera_height=1080
camera_width=1280
camera_height=720

default_model_dir = '../models'
default_model = 'mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite'
Expand Down