前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >MOB LEC6 Object Detection

MOB LEC6 Object Detection

作者头像
杨丝儿
发布2022-11-10 16:23:54
1810
发布2022-11-10 16:23:54
举报
文章被收录于专栏:杨丝儿的小站

Challenge of object detection

not fully observed, scale distraction, illumination changes.

Basic concepts

bounding box and class labels,


intersection of union (IoU)

See more at: Evaluationg Mateics

2D Object Detection Steps (inference)

feature extractor, computationally expensive, lower widthe and height, greater depth


Prior bounding boxes, or anchor bounding boxes, assume bounding boxes, then guess where and how large they are.

centroid location (where), box dimensions (size)


Every pixel in feature map correspond to centroids of multiple anchor boxes in the original image.


Non-maximum suppression, nms, remove anchor boxes.

Training the network


minibatch selection for boxes during training is important

hard negative anchor mining, control training bias


Loss functions, for classificatoin we have cross entropy, for regression we have

Example Feature extractor

Supplement material

  1. Everingham, M., Van Gool, L., Williams, C. K., Winn, J., & Zisserman, A. (2010). The pascal visual object classes (voc) challenge. International journal of computer vision, 88(2), 303-338.
  2. Ren, S., He, K., Girshick, R., & Sun, J. (2015). Faster r-cnn: Towards real-time object detection with region proposal networks. In Advances in neural information processing systems (pp. 91-99).
  3. Redmon, Joseph, et al. “You only look once: Unified, real-time object detection.” Proceedings of the IEEE conference on computer vision and pattern recognition. 2016.
  4. (Optional) Liu, W., Anguelov, D., Erhan, D., Szegedy, C., Reed, S., Fu, C. Y., & Berg, A. C. (2016, October). SSD: Single shot multibox detector. In European conference on computer vision.
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-10-10,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Challenge of object detection
  • Basic concepts
  • 2D Object Detection Steps (inference)
  • Training the network
  • Example Feature extractor
  • Supplement material
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档