摘要:
1.Unsupervised learning of video representations using LSTMs 方法:从先前的帧编码预测未来帧序列 相似于Sequence to sequence learning with neural networks论文 方法:使用一个LSTM编码输入 阅读全文
摘要:
About Face detection 1、Finding Tiny Faces Code:https://github.com/peiyunh/tiny 小目标检测难3大原因:目标本身尺度变化、图像分辨率以及环境因素。本文针对多尺度训练了不同的检测器,这些检测器所用特征来自同一网络的不同层级。此 阅读全文