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

Optimize Performance for Low-Power Devices #1799

Open
kartik1pandey opened this issue May 21, 2024 · 1 comment
Open

Optimize Performance for Low-Power Devices #1799

kartik1pandey opened this issue May 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kartik1pandey
Copy link

The current algorithms in the Face-X repository are computationally intensive and may not perform efficiently on low-power devices like Raspberry Pi. This limits the usability of the repository in edge computing scenarios and IoT applications where computational resources are constrained.

I would like to see the algorithms optimized for low-power devices. This involves profiling existing algorithms to identify performance bottlenecks and optimizing the code to reduce computational load and memory usage. The goal is to enable these algorithms to run efficiently on devices with limited resources, such as Raspberry Pi, while maintaining accuracy and performance.

Alternatives are use lighter versions of the algorithms, which might sacrifice accuracy for performance and Offload computation to a more powerful server and only use the low-power device for capturing and sending data. However, this approach requires reliable internet connectivity and may introduce latency.

@kartik1pandey kartik1pandey added the enhancement New feature or request label May 21, 2024
Copy link

Hello @kartik1pandey, Thank you for generating an issue to this project! Please wait while we get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant