Image Retrieval for Bird Images #35
Replies: 11 comments 27 replies
-
I've stumbled into that same impasse on a previous project, and think we might need to start a hunt for a database solution. Perhaps there are bird photo databases we can import alongside or into the birds database? |
Beta Was this translation helpful? Give feedback.
-
I found this:
|
Beta Was this translation helpful? Give feedback.
-
I bet we can work with that -- we'll see how many requests are allowed
before it blocks them.
…On Fri, Oct 15, 2021 at 6:30 PM Christoph Lauer ***@***.***> wrote:
I found this:
https://images.search.yahoo.com/search/images?p=SEARCHTERM
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOMH3EGCAQI7KPYYPJXDOW3UHCTRDANCNFSM5GC2O26A>
.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Searched for: "Zosterops atricapilla"
|
Beta Was this translation helpful? Give feedback.
-
I should be able to get that -- lynx has a great option to dump urls -- I'm
sure that curl could spit them out, too
…On Fri, Oct 15, 2021 at 7:17 PM Christoph Lauer ***@***.***> wrote:
Bu ti dont know how to extract the url for the first image. It is always
the first image at wikipedia, all species seem to be there.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#35 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOMH3EBVR3V3HCXNNALB3PLUHCY73ANCNFSM5GC2O26A>
.
|
Beta Was this translation helpful? Give feedback.
-
Very nice idea and feature to add photographs! A large image collection can be found here: https://search.macaulaylibrary.org/catalog But I am not sure about the licenses for these images . . . |
Beta Was this translation helpful? Give feedback.
-
but it has an an easy REST API: Wikipedia is perfect! |
Beta Was this translation helpful? Give feedback.
-
I'm dumping a complete list of wikimedia commons image links for each species, then I'll see what to do about getting them. My little computer is crippled just running this loop got dump these links! I'll post the links file here when it is finished |
Beta Was this translation helpful? Give feedback.
-
:-) you can take simple the first image, I maked some some tests yesterday. I think the first image is the first image on the Wikipedia page for that bird. |
Beta Was this translation helpful? Give feedback.
-
Ok I've got the image links for 93% of the species -- not bad -- that was from an initial scrape only for jpg files -- I can rescrape the missing species for other image files types. I'm going to work on a dynamic script to grab the images as the detections occur, and from a desired list for the BirdNET-Demo feature. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I started an internet recherche to get the images from the scientific bord names. I found out that google changed their REST api access for unlimited image search, so it seems that all solutions based on the shell scripts and python scripts stop working.
Beta Was this translation helpful? Give feedback.
All reactions