摘要:
Residual Networks Welcome to the second assignment of this week! You will learn how to build very deep convolutional networks, using Residual Networks 阅读全文
摘要:
1.Objection localization 图片检测问题分为: 1.图片分类:是否为汽车(结果只为单个对象) 2.分类与定位:是否为汽车 ,汽车位置(结果只为单个对象) 3.目标检测: 检测不同物体 并定位(结果可能含多个对象) 分类与定位的表示: 分类与定位的输出层可用如下表示: 1.Pc 阅读全文