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

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

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

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

博主自然免不了也成为其中一员,非常有幸成为了一名无业游民。

不是别的原因,只是觉得过去近一年过得有点蒙圈,暂时稍微停下来休整一下。

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

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

真的好南!

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

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

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

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

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

在接近一年左右的不分昼夜地改良,国庆前终于解决最后一个问题。

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

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

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

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

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

上预览图:

由于博主算力有限,目前是租的智星云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, early released on 10/02/2020

  • Baidu Drive: downloading link Extraction code: 9677
  • Due to insufficient computing resources, the V1.0 version of this dataset is not good enough.I will update the new one later.

相关工作

  • 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.

最新文章

  1. 自己来实现一个简易的OCR
  2. Python学习--05函数
  3. 【leetcode❤python】 160. Intersection of Two Linked Lists
  4. Linux常用命令_(备份压缩)
  5. <q>标签,短文本引用;<blockquote>标签,长文本引用
  6. ajax中网页传输(三)XML——下拉列表显示练习
  7. 声明式编程——抽象程度更高,关注是什么(what),而非如何做(how)
  8. Altium designer总结
  9. centos7重置root开机登录密码
  10. nginx 编译选项
  11. Effective java-枚举和注解思维导图
  12. URAL 1728. Curse on Team.GOV(STL set)
  13. 字符集UTF-8MB4 MySQL utf8mb4 字符集,用于存储emoji表情
  14. oracle 建表空间->创建用户并把表空间分配给用户->给用户授权->导库
  15. HDU1075-What Are You Talking About
  16. hibernate原生sql获取list<T>异常解决
  17. 阿里云短信服务bug
  18. 第三部分:Android 应用程序接口指南---第二节:UI---第七章 通知
  19. CCPC-Wannafly Winter Camp Day3 Div1 - 排列
  20. linux添加新硬盘

热门文章

  1. JS获取时间(当前-过去-未来)
  2. 不要盲目使用新技术,说的就是你,JWT!
  3. Python Embedded
  4. Codeforces 1250E The Coronation
  5. Struts 2 漏洞专题 | S2-008
  6. java集合类源码学习一
  7. xUnit测试的顺序执行总结
  8. .NET Core原理(不知道怎么命名合适)
  9. 服务器搭建远程docker深度学习环境
  10. 本周 GitHub 速览:自动化当道,破密、爬虫各凭本事