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

texture speed #1086

Open
Habsburgg opened this issue Dec 11, 2023 · 3 comments
Open

texture speed #1086

Habsburgg opened this issue Dec 11, 2023 · 3 comments

Comments

@Habsburgg
Copy link

Texture module, how to reduce the time of ListCameraFaces when the number of pictures is large (3000-6000), the pictures are generally 400×400, looking forward to your reply.

@cdcseacave
Copy link
Owner

you can replace the LBP algo with this library, that is multithreaded and SSE, should be much faster and an easy change, but I do not have time right now: https://github.com/dthuerck/mapmap_cpu

@Habsburgg
Copy link
Author

1
2
I will try your suggestions in the future. The biggest problem I currently encounter is that the ListCameraFaces function takes a very large time, about 80% of the total time.

@Habsburgg
Copy link
Author

3
The calculations after this step are very time consuming.

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

No branches or pull requests

2 participants