摘要: 1.下载Opencv for unity. 2.把OpenCVForUnity下的StreamingAssets拖到Assets下。 3.点击Tools->opencv for unity->set plugin import settings. 4. using UnityEngine; usin 阅读全文
posted @ 2016-10-21 16:52 Shiyu_Huang 阅读(8108) 评论(0) 推荐(2)
摘要: GAN(Generative Adversarial Nets),产生式对抗网络 存在问题: 1.无法表示数据分布 2.速度慢 3.resolution太小,大了无语义信息 4.无reference 5.intend to generate same image 6.梯度消失 论文摘要: 1、Goo 阅读全文
posted @ 2016-10-21 15:51 Shiyu_Huang 阅读(4058) 评论(0) 推荐(0)