This is an automated email from the ASF dual-hosted git repository.
wkcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 8ebaa5c REAME MTCNN Link URL Error in original website (#15020)
8ebaa5c is described below
commit 8ebaa5c0384ecbef244150859b3e24ea2f02095d
Author: sunrongda <[email protected]>
AuthorDate: Thu Jul 4 20:02:17 2019 +0800
REAME MTCNN Link URL Error in original website (#15020)
* eval_metric.py
* Update eval_metric.py
* Update eval_metric.py
* faster cnn
* use_global_stats=False
use_global_stats=False
* readme
* Delete symbol_resnet.py
* resnet
* Update README.md
* Update README.md
* update the link of MTCNN
---
example/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/README.md b/example/README.md
index 16b556d..be99030 100644
--- a/example/README.md
+++ b/example/README.md
@@ -171,7 +171,7 @@ If your tutorial depends on specific packages, simply add
them to this provision
* [MultiGPU enabled image generative models (GAN and
DCGAN)](https://github.com/tqchen/mxnet-gan) by [Tianqi
Chen](https://github.com/tqchen)
* [Deep reinforcement learning for playing flappybird by
mxnet](https://github.com/li-haoran/DRL-FlappyBird) by LIHaoran
* [Neural Style in Markov Random Field (MRF) and Perceptual Losses Realtime
transfer](https://github.com/zhaw/neural_style) by
[zhaw](https://github.com/zhaw)
-* [MTCNN Face keypoints detection and
alignment](https://pangyupo.github.io/2016/10/22/mxnet-mtcnn/)
([github](https://github.com/pangyupo/mxnet_mtcnn_face_detection)) in Chinese
by [pangyupo](https://github.com/pangyupo)
+* [MTCNN Face keypoints detection and
alignment](https://github.com/YYuanAnyVision/mxnet_mtcnn_face_detection) by
[yuanyang](https://github.com/YYuanAnyVision), source code for
[paper](https://kpzhang93.github.io/papers/spl.pdf) "Joint Face Detection and
Alignment using Multi-task Cascaded Convolutional Neural Networks", [Kaipeng
Zhang](https://github.com/kpzhang93), Zhanpeng Zhang, Zhifeng Li and Yu Qiao,
IEEE Signal Processing Letters, 23(10), 2016
* [SSD: Single Shot MultiBox Object
Detector](https://github.com/zhreshold/mxnet-ssd) by
[zhreshold](https://github.com/zhreshold)
* [Fast Neural Style in
Scala](https://github.com/Ldpe2G/DeepLearningForFun/tree/master/Mxnet-Scala/FastNeuralStyle)
by [Ldpe2G](https://github.com/Ldpe2G)
* [LSTM Human Activity
Recognition](https://github.com/Ldpe2G/DeepLearningForFun/tree/master/Mxnet-Scala/HumanActivityRecognition)
by [Ldpe2G](https://github.com/Ldpe2G)