NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 608 forks source link

Add possibility to load pic URL #148

Open asalria opened 5 years ago

asalria commented 5 years ago

Currently you can only tag pics with are loaded from a folder. This feature would allow you to tag a pic which is loaded using its URL.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/71268021-add-possibility-to-load-pic-url?utm_campaign=plugin&utm_content=tracker%2F76641010&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F76641010&utm_medium=issues&utm_source=github).
amitguptagwl commented 5 years ago

All the data formats imglab supporting, don't embed image data in the labeled file but only labeling information. Hence, a user keeps all the images in a particular folder with the labeled file. If a user loads an image from a URL, he'll have to download the file eventually to feed it to some machine learning tool.

We would like to understand in what scenario it can be helpful to load an image from the URL.

asalria commented 5 years ago

I want to use it in Mechanical Turk, where images are loaded by a URL

amitguptagwl commented 5 years ago

hmmm, ok. We can add that feature. Your contribution will be helpful.

kozlovvski commented 5 years ago

Hey, can I try to handle this one? Cheers

amitguptagwl commented 5 years ago

Yes, please.

On Mon, 25 Mar 2019 22:00 Michał Kozłowski, notifications@github.com wrote:

Hey, can I try to handle this one? Cheers

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NaturalIntelligence/imglab/issues/148#issuecomment-476276553, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVgKDoFhqtyaysfOn-z11vrElN9Cn-Cks5vaPm2gaJpZM4bqKAo .

amitguptagwl commented 5 years ago

@kozlovvski I'm tagging the issue as assigned. Update us, if you face any issue.

You can also join the team of opensource developers and the discord app channel.

kozlovvski commented 5 years ago

@amitguptagwl Thanks, we'll be in touch

Siddhant-Kashyap commented 1 year ago

is this still open for first timer