madebyollin
commited on
Commit
•
c691b93
1
Parent(s):
79b2234
Add captioning and download links
Browse files
README.md
CHANGED
@@ -21,6 +21,18 @@ Megalith-10m is intended to contain only links to wholesome unedited uncopyright
|
|
21 |
I collected Megalith-10m for the purpose of training neural networks, but you're welcome to use Megalith-10m for whatever you want.
|
22 |
Of course, I recommend conducting your own independent analysis of content and copyright status before using Megalith-linked images in Serious Projects.
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
### How was Megalith-10m collected?
|
25 |
|
26 |
I used the Flickr API to query for photos matching some basic criteria (SFW photo with CC0 / public domain license info), which gave me around 12 million links.
|
|
|
21 |
I collected Megalith-10m for the purpose of training neural networks, but you're welcome to use Megalith-10m for whatever you want.
|
22 |
Of course, I recommend conducting your own independent analysis of content and copyright status before using Megalith-linked images in Serious Projects.
|
23 |
|
24 |
+
### Where can I get text captions for Megalith-10m?
|
25 |
+
|
26 |
+
* [DrawThings.ai](https://drawthings.ai) has [uploaded](https://huggingface.co/datasets/drawthingsai/megalith-10m-sharecap) 3.6m Megalith-10m captions made with [ShareCaptioner](https://huggingface.co/Lin-Chen/ShareCaptioner) <br/><img src='https://cdn-uploads.huggingface.co/production/uploads/630447d40547362a22a969a2/vXM-x4TNfRn3AQTRGveLn.png' width=720px/>
|
27 |
+
* [alfredplpl](https://huggingface.co/alfredplpl) is [working on](https://huggingface.co/datasets/madebyollin/megalith-10m/discussions/2#669ddf15119595d21b9c47c9) captioning Megalith-10m with [Florence 2](https://huggingface.co/microsoft/Florence-2-large)
|
28 |
+
* [animepfp](https://huggingface.co/animepfp) is [working on](https://huggingface.co/datasets/madebyollin/megalith-10m/discussions/2#669ec259a6a8a04c99309f81) captioning Megalith-10m with [InternVL2](https://huggingface.co/OpenGVLab/InternVL2-8B)
|
29 |
+
* [DrawThings.ai](https://drawthings.ai) is [working on](https://x.com/liuliu/status/1816318789795078307) further captioning with [MoonDream2](https://moondream.ai)
|
30 |
+
|
31 |
+
### How can I efficiently download the images referenced by Megalith-10m?
|
32 |
+
|
33 |
+
* [DrawThings.ai](https://drawthings.ai) has archived the images linked by Megalith-10m here: https://huggingface.co/datasets/drawthingsai/megalith-10m
|
34 |
+
* If you want to download Megalith-10m images directly from Flickr, I posted a sample [downloading command](https://huggingface.co/datasets/madebyollin/megalith-10m/discussions/2#6693f3a7e05c3f1e0e0d62c1) you can use with [img2dataset](https://github.com/rom1504/img2dataset/)
|
35 |
+
|
36 |
### How was Megalith-10m collected?
|
37 |
|
38 |
I used the Flickr API to query for photos matching some basic criteria (SFW photo with CC0 / public domain license info), which gave me around 12 million links.
|