Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【华为云 ModelArts-Lab AI实战营】第十二期:人脸系列(II)年龄判断 #1248

Closed
sunbo57123 opened this issue Oct 14, 2019 · 72 comments

Comments

@sunbo57123
Copy link
Collaborator

sunbo57123 commented Oct 14, 2019

【华为云 ModelArts-Lab AI实战营】第十二期

  • 相信访问本页面的您,已经是《华为云 ModelArts-Lab AI实战营》前十一期的的学员,并且已经熟悉ModelArts平台的基本操作了。本期将开始人脸系列,首先是人脸区域及关键点检测。

  • 本期实战,会涉及少量存储费用,请保证账户余额至少1元参与本期活动,请见费用 FAQ 说明

本期实战营参与说明

本期实战为人脸系列第二期,我们将通过完成对图片中人脸的年龄通过深度学习网络进行判断。任务的完成分为两部分:人脸区域检测以及人脸年龄判断。人脸区域检测通过MTCNN完成,分为PNet,RNet,ONet逐渐检测和精确人脸区域,并且将人脸5个关键点检测出来。人脸年龄判断通过SSR网络实现,进行年龄的大概判断。

  1. 【本期实战内容】
  1. 【加入实战微信群】
  • 欢迎您自由加入本期实战营的微信群,与 ModelArts 社区开发者一起交流
  • 请添加 “华为云 EI 微信小助手” 后,拉您入群(微信号:huaweisecretary)
  1. 【留下实战记录】
  1. 【本期积分规则】

    • 本期实战需要反馈4个截图,获得1个积分,虽然可以使用我们提供的图片,但建议大家自己上传自定义图片
      - PNet检测结果
      - RNet检测结果
      - ONet检测结果
      - 年龄判断结果

    • 注意,请在截图中体现出个人标识

    • 本期实战获得额外积分的方式包括但不限于:通过dlib和ssr完成年龄判断任务,对ssr模型进行训练,提高模型表现等。贡献文章和拓展案例请参照contrib。获取额外积分结果将由社区 committer 共同讨论商定。

  2. 【手动停止服务】

  • 实验完成后,请手动停止占用云资源的服务,如:停止 “开发环境” 中所创建的 Notebook 以及 “部署上线”-“在线服务” 中所部署的在线服务,以避免因持续占用云资源导致资源包无谓消耗和欠费发生。需使用时,再启动即可。
  1. 【获得实践积分】
@SUNNYDAYY
Copy link

SUNNYDAYY commented Oct 14, 2019

华为云账号: S57123001

  • PNet检测结果

image

  • RNet检测结果

image

  • ONet检测结果

image

  • 年龄判断结果

image

@sunbo57123 sunbo57123 changed the title 【WIP】【华为云 ModelArts-Lab AI实战营】第十一期:人脸系列(II)年龄判断 【WIP】【华为云 ModelArts-Lab AI实战营】第十二期:人脸系列(II)年龄判断 Oct 14, 2019
@fujilongcairns
Copy link
Contributor

fujilongcairns commented Oct 14, 2019

华为云账号: fujilong

  • PNet检测结果
    01

  • RNet检测结果
    02

  • ONet检测结果
    03

  • 年龄判断结果
    04

@ilovescrapy
Copy link
Contributor

ilovescrapy commented Oct 14, 2019

华为云账号:G-washington
PNET截图
image
RNET截图
image
ONET截图
image
年龄预测:
image

@benmcq2019
Copy link
Contributor

benmcq2019 commented Oct 14, 2019

华为云账号: maomaode

PNet检测结果
pent结果
RNet检测结果
rent
ONet检测结果
oent
年龄预测:
微信图片_20191014185148
very 准确

@wangxw8746
Copy link
Contributor

wangxw8746 commented Oct 14, 2019

华为云账号:wangxw8746
PNet检测结果
01PNet检测结果
RNet检测结果
02RNet检测结果
ONet检测结果
03ONet检测结果
年龄预测
04年龄判断结果

wangxw8746 added a commit to wangxw8746/ModelArts-Lab that referenced this issue Oct 14, 2019
追加自己的积分信息如下:
* wangxw8746: 1个积分,贡献点:
     * 完成案例:[第十二期](huaweicloud#1248 (comment))
     * 体验文章:
     * 扩展案例:
     * 实际应用案例:    
     * 微认证:
@zhangjin318
Copy link
Contributor

zhangjin318 commented Oct 14, 2019

华为云账号:zhangjin0318
PNet检测结果
0001

RNet检测结果
0002

ONet检测结果
0003

年龄预测
0004

@AAAWannabe
Copy link
Contributor

AAAWannabe commented Oct 14, 2019

华为云账号: pr0d1gy
  • PNet检测结果
    pnet

  • RNet检测结果
    rnet

  • ONet检测结果
    onet

  • 年龄判断结果

Screenshot 2019-10-14 at 20 05 54

shanchenqi pushed a commit that referenced this issue Oct 14, 2019
追加自己的积分信息如下:
* wangxw8746: 1个积分,贡献点:
     * 完成案例:[第十二期](#1248 (comment))
     * 体验文章:
     * 扩展案例:
     * 实际应用案例:    
     * 微认证:
@chenliang613 chenliang613 changed the title 【WIP】【华为云 ModelArts-Lab AI实战营】第十二期:人脸系列(II)年龄判断 【华为云 ModelArts-Lab AI实战营】第十二期:人脸系列(II)年龄判断 Oct 15, 2019
benmcq2019 added a commit to benmcq2019/ModelArts-Lab that referenced this issue Oct 15, 2019
追加自己的积分更新信息如下:
[第十二期](huaweicloud#1248 (comment))
@GitLD
Copy link
Contributor

GitLD commented Oct 15, 2019

华为云账号:

Estein

PNet检测结果

image

RNet检测结果

image

ONet检测结果

image

年龄判断结果

image

@zxzxzxygithub
Copy link
Contributor

zxzxzxygithub commented Oct 15, 2019

华为云账号: zhengyx

  • PNet检测结果
    image

  • RNet检测结果
    image

  • ONet检测结果
    image

  • 年龄判断结果

image

shanchenqi pushed a commit that referenced this issue Oct 15, 2019
* maomaode 更新积分

追加自己的积分更新信息如下:
[第十二期](#1248 (comment))

* Update all_ranking.md
@cnlile
Copy link
Contributor

cnlile commented Oct 15, 2019

华为云账号:cnlile

PNet检测结果

ImageText

RNet检测结果

ImageText

ONet检测结果

ImageText

年龄判断结果

ImageText

@chensw37
Copy link
Contributor

chensw37 commented Oct 15, 2019

华为云帐号:chensw37
PNet检测结果
image

RNet检测结果
image

ONet检测结果

image

年龄判断结果

image

@zhaocheng2006
Copy link
Contributor

zhaocheng2006 commented Oct 15, 2019

华为云账号:zhaocheng2006

  • PNet检测结果
    12-1

  • RNet检测结果
    12-2

  • ONet检测结果
    12-3

  • 年龄判断结果
    12-4

zhaocheng2006 added a commit to zhaocheng2006/ModelArts-Lab that referenced this issue Oct 15, 2019
追加自己的积分更新信息如下
* zhaocheng2006:2个积分,贡献点:
     * 完成案例:[第十二期](huaweicloud#1248 (comment))
     * 体验文章:
     * 扩展案例:
     * 实际应用案例:    
     * 微认证:
longshenhuigui added a commit to longshenhuigui/ModelArts-Lab that referenced this issue Nov 8, 2019
追加自己的积分更新信息如下
hw50582000 :1个积分,贡献点:
     * 完成案例:[第十二期](huaweicloud#1248 (comment))
     * 体验文章:
     * 扩展案例:
     * 实际应用案例:    
     * 微认证:
@Alex20250
Copy link
Contributor

Alex20250 commented Nov 8, 2019

华为云账号:Alex2025

PNet检测结果

d9445ed4cc003616248a6c98beb1784

RNet检测结果

2

ONet检测结果

微信图片_20191108113313

年龄判断结果

4

@githubhwxxl
Copy link
Contributor

githubhwxxl commented Nov 8, 2019

华为云账号:hw85639406
PNet检测结果
1
RNet检测结果
2
ONet检测结果
3
年龄判断结果
4

@dengleiy
Copy link
Contributor

dengleiy commented Nov 8, 2019

华为云账号:hw40732214
PNet检测结果
441
RNet检测结果
442
ONet检测结果
443
年龄判断结果
444

@hw38169653
Copy link
Contributor

hw38169653 commented Nov 8, 2019

华为云账号:hw38169653
PNet检测结果
1
RNet检测结果
2
ONet检测结果
3
年龄判断结果
4

hw38169653 added a commit to hw38169653/ModelArts-Lab that referenced this issue Nov 8, 2019
hw38169653 added a commit to hw38169653/ModelArts-Lab that referenced this issue Nov 8, 2019
This was referenced Nov 8, 2019
@hw60701982
Copy link
Contributor

hw60701982 commented Nov 8, 2019

华为云账号:hw60701982
PNet检测结果
QQ图片20191108214133
RNet检测结果
QQ图片20191108214247
ONet检测结果
QQ图片20191108214314
年龄判断结果
QQ图片20191108214340

@dengleiy
Copy link
Contributor

dengleiy commented Nov 8, 2019

华为云账号:hw40732214
PNet检测结果
234
RNet检测结果
233
ONet检测结果
232
年龄判断结果
231

longshenhuigui added a commit to longshenhuigui/ModelArts-Lab that referenced this issue Nov 8, 2019
追加自己的积分更新信息如下
hw50582000 :1个积分,贡献点:
     * 完成案例:[第十二期](huaweicloud#1248 (comment)), [第十三期](huaweicloud#1343 (comment)), [第十四期](huaweicloud#1364 (comment)), [第十五期](huaweicloud#1395 (comment)), [第十六期](huaweicloud#1445 (comment))
     * 体验文章:
     * 扩展案例:
     * 实际应用案例:    
     * 微认证:
@Carex-Chunhui
Copy link
Contributor

Carex-Chunhui commented Nov 8, 2019

华为云账号: hw28207081
PNet检测结果
image

RNet检测结果
image

ONet检测结果
image

年龄判断结果
image

@Edward-Wbsz
Copy link
Contributor

Edward-Wbsz commented Nov 9, 2019

华为云账号: hw28321490
PNet检测结果:

Y$ 12Z8YQ50$V7M17QBIITU

RNet检测结果:

6UU8R4D}2@I6E)Y6~ )YW}D

ONet检测结果:

VPZIU2MMFQPUX8K6K%K$CR

年龄判断结果:

5%DKC)NP@J%`090I_GDOW S

@uflexnihao
Copy link
Contributor

uflexnihao commented Nov 9, 2019

华为云账号: uflexnihao

PNet检测
1PNet

RNet检测
2RNet

ONet检测
3ONet

年龄判断
4age

shanchenqi pushed a commit that referenced this issue Nov 9, 2019
追加自己的积分更新信息如下
hw50582000 :1个积分,贡献点:
     * 完成案例:[第十二期](#1248 (comment)), [第十三期](#1343 (comment)), [第十四期](#1364 (comment)), [第十五期](#1395 (comment)), [第十六期](#1445 (comment))
     * 体验文章:
     * 扩展案例:
     * 实际应用案例:    
     * 微认证:
uflexnihao added a commit to uflexnihao/ModelArts-Lab that referenced this issue Nov 9, 2019
积分提交说明:(本次一次提交16个积分案例)
* uflexnihao:16个积分点,贡献点:
    * 完成案例:[第一期](huaweicloud#49 (comment))
				[第二期](huaweicloud#113 (comment))	
				[第三期](huaweicloud#219 (comment))		
				[第四期](huaweicloud#402 (comment))
				[第五期](huaweicloud#637 (comment))
				[第六期](huaweicloud#837 (comment))
				[第七期](huaweicloud#931 (comment))
				[第八期](huaweicloud#1025 (comment))
				[第九期](huaweicloud#1087 (comment))
				[第十期](huaweicloud#1111 (comment))
				[第十一期](huaweicloud#1177 (comment))
				[第十二期](huaweicloud#1248 (comment))
				[第十三期](huaweicloud#1343 (comment))
				[第十四期](huaweicloud#1364 (comment))
				[第十五期](huaweicloud#1395 (comment))
				[第十六期](huaweicloud#1445 (comment))
    * 体验文章:
    * 扩展案例:
    * 实际应用案例:
    * 微认证:
Edward-Wbsz added a commit to Edward-Wbsz/ModelArts-Lab that referenced this issue Nov 9, 2019
完成第八期:huaweicloud#1025 (comment)
完成第九期:huaweicloud#1087 (comment)
完成第十期:huaweicloud#1111 (comment)
完成第十一期:huaweicloud#1177 (comment)
完成第十二期:huaweicloud#1248 (comment)
完成第十三期:huaweicloud#1343 (comment)
完成第十四期:huaweicloud#1364 (comment)
完成第十五期:huaweicloud#1395 (comment)
完成第十六期:huaweicloud#1445 (comment)
shanchenqi pushed a commit that referenced this issue Nov 9, 2019
完成第八期:#1025 (comment)
完成第九期:#1087 (comment)
完成第十期:#1111 (comment)
完成第十一期:#1177 (comment)
完成第十二期:#1248 (comment)
完成第十三期:#1343 (comment)
完成第十四期:#1364 (comment)
完成第十五期:#1395 (comment)
完成第十六期:#1445 (comment)
shanchenqi pushed a commit that referenced this issue Nov 9, 2019
* uflexnihao提交积分

积分提交说明:(本次一次提交16个积分案例)
* uflexnihao:16个积分点,贡献点:
    * 完成案例:[第一期](#49 (comment))
				[第二期](#113 (comment))	
				[第三期](#219 (comment))		
				[第四期](#402 (comment))
				[第五期](#637 (comment))
				[第六期](#837 (comment))
				[第七期](#931 (comment))
				[第八期](#1025 (comment))
				[第九期](#1087 (comment))
				[第十期](#1111 (comment))
				[第十一期](#1177 (comment))
				[第十二期](#1248 (comment))
				[第十三期](#1343 (comment))
				[第十四期](#1364 (comment))
				[第十五期](#1395 (comment))
				[第十六期](#1445 (comment))
    * 体验文章:
    * 扩展案例:
    * 实际应用案例:
    * 微认证:

* Update all_ranking.md
@chenliang613
Copy link
Collaborator

chenliang613 commented Nov 11, 2019

活动结束,本issue关闭!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests