惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
爱范儿
爱范儿
B
Blog RSS Feed
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
Jina AI
Jina AI
aimingoo的专栏
aimingoo的专栏
I
Intezer
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Attack and Defense Labs
Attack and Defense Labs
The GitHub Blog
The GitHub Blog
小众软件
小众软件
AI
AI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
腾讯CDC
D
Docker
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
罗磊的独立博客
人人都是产品经理
人人都是产品经理
W
WeLiveSecurity
N
News and Events Feed by Topic
Security Archives - TechRepublic
Security Archives - TechRepublic
C
Check Point Blog
Webroot Blog
Webroot Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Recorded Future
Recorded Future
H
Hacker News: Front Page
T
Troy Hunt's Blog
V
V2EX
Forbes - Security
Forbes - Security
Stack Overflow Blog
Stack Overflow Blog
The Register - Security
The Register - Security
P
Palo Alto Networks Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - 叶小钗
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
S
Security Affairs
The Hacker News
The Hacker News
Simon Willison's Weblog
Simon Willison's Weblog
博客园 - 三生石上(FineUI控件)
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
C
Cyber Attacks, Cyber Crime and Cyber Security
D
DataBreaches.Net

博客园 - cpuimage

AIGC图像困局 深度学习优化器算法巧思速览 lora训练之偷师 大话AI绘画技术原理与算法优化 Tensorflow2 深度学习十必知 自 TensorFlow 2.6 起,修正IDE代码自动补全失效的方法 博文大纲 文字渲染一探 磨皮美颜算法 附完整C代码 Windows下C,C++开发环境搭建指南 一种简单高效的音频降噪算法示例(附完整C代码) 算法踩坑小记 音频算法之我思 wav2midi 音乐旋律提取算法 附可执行demo 图像去模糊算法 循序渐进 附完整代码 音频算法之小黄人变声 附完整C代码 音频识别算法思考与阶段性小结 大话音频变声原理 附简单示例代码 c语言智能指针 附完整示例代码
开源发丝分割数据集CelebAHairMask-HQ(国庆献礼)
cpuimage · 2020-10-02 · via 博客园 - cpuimage

在这个特别日子里,举国欢庆,什么都可以缺席,大礼包不行。

本次开源针对CelebAMask-HQ中发丝部分进行细化的数据集。

该数据集可用于发丝分割等方向的研究和探索。

在过去的一年时间里,疫情改变很多人的工作和生活,

博主在过去一年里,大部分精力,扎在一个让人头疼的领域,

手机上实时发丝级别语义分割里做研究。

真的好南!

前期看了半年多的论文和项目资料,最后还是决定自己探索,

这里面最核心的问题就是很多论文的实时性能根本达不到,

当然指的是cpu实时,别扯gpu实时。

不过很多论文的思路还是很好的,很多思路和做法都值得借鉴然后深入思考。

这个过程非常煎熬,经常半夜睡醒,爬起来写代码,然后训练验证。

在坚持不分昼夜地改良,国庆前终于解决最后一个问题。

当然这个工作还没最终完成,因为博主又开始进行半监督训练的研究了。

不过第一期目标,已经达到了,最终可以实现在手机端进行实时发丝级别的语义分割。

发丝分割这个方向,很多数据集并没有能很好地细致到发丝级别的标注,这就迫使研究困难重重。

所以很有必要存在一个发丝级别的数据集来推动这方面的研究。

既然没有人提供,那俺就为大家造一个。

上预览图:

sample

detail

由于博主算力有限,目前是租的智星云GPU云训练的模型.

当前开源的这个数据集版本,精度还不够好,就作为一个尝鲜版本的数据集放出来给大家玩耍和进行相关的技术研究。

如果有机构或者组织能提供免费的算力资源推进博主的研发,欢迎邮件gaozhihan@vip.qq.com

后续有时间精力允许的话,

会写博文,为大家一一展开这个领域下的一些实现细节和经验见解。

谷歌这个资源,推荐一下,待后续博文展开一些有意思的玩法,敬请期待。

https://github.com/tensorflow/graphics/blob/master/tensorflow_graphics/image/matting.py

CelebAHairMask-HQ 数据集下载

项目地址

https://github.com/cpuimage/CelebAHairMask-HQ

Version 1.0 PLUS, released on 03/01/2025

相关工作

  • CelebA dataset: Ziwei Liu, Ping Luo, Xiaogang Wang and Xiaoou Tang, "Deep Learning Face Attributes in the Wild", in IEEE International Conference on Computer Vision (ICCV), 2015

  • CelebA-HQ was collected from CelebA and further post-processed by the following paper : Karras et. al, "Progressive Growing of GANs for Improved Quality, Stability, and Variation", in Internation Conference on Reoresentation Learning (ICLR), 2018

  • CelebAMask-HQ dataset: Lee, Cheng-Han and Liu, Ziwei and Wu, Lingyun and Luo, Ping, "MaskGAN: Towards Diverse and Interactive Facial Image Manipulation", in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2020

数据集协议

  • The CelebAHairMask-HQ dataset is available for non-commercial research purposes only.

  • You agree not to reproduce, duplicate, copy, sell, trade, resell or exploit for any commercial purposes, any portion of the images and any portion of derived data.

  • You agree not to further copy, publish or distribute any portion of the CelebAHairMask-HQ dataset. Except, for internal use at a single site within the same organization it is allowed to make copies of the dataset.

因为算力问题,博主并没有对其他场景做适配。

有其他场景需求朋友,也可以联系博主看看能不能适配到。