摘要:
Object Detection 定义: 对于给定图片与给定分类,一旦分类出现在了图片中,则用框框起来 方法: 1. 如果作为Regression有点棘手 2. Sliding Window : Apply a CNN to many different crops of the image 1) 阅读全文
摘要:
https://webcms3.cse.unsw.edu.au/COMP9517/20T2/resources/46781 RGB : 1.默认的颜色空间 2. 缺点是三个通道强相关 HSV: 1. H for colors 2. S is the deviation from white 饱和度, 阅读全文