-
Notifications
You must be signed in to change notification settings - Fork 136
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
question: get faces count on image? #246
Comments
IEnumerable does what like delayed evaluation. |
i use loadimagefile to get imagedata. Thankyou for ur response. |
@Hakentha
|
Thank you for ur response, i apreciate it. Its dificult to explain, but the quick question: ¿its a way to get the number of faces, in a image file quickly? Thank you so much!!! |
Hi!
Is to fast load image and then get the locations. but if i use count on ienumerable of locations is too slow.
Is any way to do faster?
Im using c#.
Thank you!!
The text was updated successfully, but these errors were encountered: