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

How to load images from url #254

Open
WREpic opened this issue May 14, 2021 · 3 comments
Open

How to load images from url #254

WREpic opened this issue May 14, 2021 · 3 comments
Assignees
Labels

Comments

@WREpic
Copy link

WREpic commented May 14, 2021

Summary of your issue

I need to load a lot of images, but those are in S3, so is there a possibility to load images from a url?

If we don't have the option to send an url as parameter, it would be very helpful if we have the option to send as parameter in LoadImage, an array of bytes[].

@takuya-takeuchi
Copy link
Owner

@WREpic
DlibDotNet and dlib does not support loading from web.
You must download binary by .NET API and load from it.

@WREpic
Copy link
Author

WREpic commented May 19, 2021

@takuya-takeuchi thanks for your answer.
Another question, do you have any example that uses the CNN method?
Thanks.

@takuya-takeuchi
Copy link
Owner

@WREpic
What is CNN method?
You mean DNN?
dlib could not provide an cnn as method.

If you want to inference any data, please check https://github.com/takuya-takeuchi/DlibDotNet/tree/8c1cbab8048e07fb74c6509401b68271a5f69bdf/examples

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

No branches or pull requests

2 participants