deepghs/anime_furry
Object Detection
•
Updated
•
1
This is the re-encoded dataset of deepghs/e621_newest. And all the resized images are maintained here.
There are 369084 images in total. The maximum ID of these images is 5118594. Last updated at 2024-10-26 03:42:59 UTC
.
This dataset only contains newest webp images, if you are looking for old webp images, just see NebulaeWis/e621-2024-webp-4Mpixel.
Use cheesechaser to quickly get images from this repository and NebulaeWis/e621-2024-webp-4Mpixel.
from cheesechaser.datapool import E621NewestWebpDataPool
pool = E621NewestWebpDataPool()
pool.batch_download_to_directory(
resource_ids=[
# older images, from NebulaeWis/e621-2024-webp-4Mpixel
*range(1, 300),
# newest images, from deepghs/e621_newest-webp-4Mpixel
*range(5080000, 5080300),
],
# save to directory /data/webp_e621
dst_dir='/data/webp_e621',
)