deepghs/anime-bg
收藏Hugging Face2024-05-03 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/deepghs/anime-bg
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc0-1.0
task_categories:
- text-to-image
tags:
- art
---
Anime background and wallpaper images based on [skytnt/anime-segmentation](https://huggingface.co/datasets/skytnt/anime-segmentation).
Archived with indexed tar files, you can easily download any of these images with `hfutils` or `dghs-imgutils` library.
For example:
```python
from imgutils.resource import get_bg_image_file, random_image
# get and download this background image file
# return value should be the local path of given file
get_bg_image_file('000001.jpg')
# random select one background image from deepghs/anime-bg
random_image()
```
See [Documentation of imgutils.resource.background module](https://deepghs.github.io/imgutils/main/api_doc/resource/background.html) for more details.
许可证:CC0 1.0
任务类别:
- 文本到图像(text-to-image)
标签:
- 艺术(art)
基于[skytnt/anime-segmentation](https://huggingface.co/datasets/skytnt/anime-segmentation)的动漫背景与壁纸图像数据集。
本数据集采用索引式tar文件归档,您可通过`hfutils`或`dghs-imgutils`库轻松下载其中任意图像。
示例如下:
python
from imgutils.resource import get_bg_image_file, random_image
# 获取并下载该背景图像文件
# 返回值为指定文件的本地路径
get_bg_image_file('000001.jpg')
# 从deepghs/anime-bg中随机选取一张背景图像
random_image()
如需了解更多详情,请查阅[imgutils.resource.background 模块文档](https://deepghs.github.io/imgutils/main/api_doc/resource/background.html)。
提供机构:
deepghs
原始信息汇总
数据集概述
数据集名称
- 名称: Anime background and wallpaper images
数据集来源
数据集内容
- 类型: 动漫背景和壁纸图像
- 用途: 文本到图像的任务
数据集特性
- 存储方式: 使用索引的tar文件进行归档
- 下载工具: 支持使用
hfutils或dghs-imgutils库进行图像下载
使用示例
-
获取特定图像: python from imgutils.resource import get_bg_image_file get_bg_image_file(000001.jpg)
-
随机选择图像: python from imgutils.resource import random_image random_image()
许可证
- 许可证: cc0-1.0
标签
- 标签:
- 艺术
任务类别
- 任务类别: 文本到图像
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集包含4,600个动漫背景和壁纸图像,适用于文本到图像任务,采用webdataset格式和CC0-1.0许可证,可通过专用库进行下载和使用。
以上内容由遇见数据集搜集并总结生成



