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

Improve frame rate of camera module #40

Merged
merged 17 commits into from
Jan 24, 2023

Conversation

ralatsdc
Copy link

Removed one-time calculations from the camera move loop, used the haversine formula instead of the geographiclib.geodesic module, and replaced np.cross() and np.linalg.norm() with simpler versions.

@github-actions
Copy link

Validation Issues Found (Python) 🐍

File: edge-detect/ai/datasets2.py
Line Number: 294
Statement(s):

            time.sleep(0.5) 

Rule:
time.sleep() call; did you mean to leave this in?

@github-actions
Copy link

Validation Issues Found (Python) 🐍

File: edge-detect/ai/datasets2.py
Line Number: 294
Statement(s):

            time.sleep(0.5) 

Rule:
time.sleep() call; did you mean to leave this in?

@mchadwick-iqt mchadwick-iqt merged commit 47ca123 into IQTLabs:main Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants