Coursera-吴恩达-深度学习-第四门课-卷积神经网络 -week3-编程作业

本文章内容:

Coursera吴恩达深度学习课程,

第四课: 卷积神经网络(Convolutional Neural Networks)

第三周:目标检测(Object detection)

编程作业

 

Autonomous driving - Car detection

learn to:

  • Use object detection on a car detection dataset
  • Deal with bounding boxes

1 - Problem Statement

You've gathered all these images into a folder and have labelled them by drawing bounding boxes around every car you found. 

If you have 80 classes that you want YOLO to recognize, you can represent the class label cc either as an integer from 1 to 80, or as an 80-dimensional vector (with 80 numbers) one component of which is 1 and the rest of which are 0.

2 - YOLO

YOLO ("you only look once") is a popular algoritm because it achieves high accuracy while also being able to run in real-time. This algorithm "only looks once" at the image in the sense that it requires only one forward propagation pass through the network to make predictions.

After non-max supp

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值