Focal Loss for Dense Object Detection(RetinaNet) 学习笔记May 2, 2020·446 words·1 minDeep-Learning 图像处理 RetinaNet 计算机视觉先写个简略版的笔记..看之后的情况要不要读得更精细一点.. 背景 # two stage的检测比one stage的检测效果好,原因是啥?
记一次faster-rcnn debug记录Dec 13, 2019·1513 words·4 minsDeep-Learning 图像处理 Faster-Rcnn 计算机视觉问题描述 # 一年debug 三次faster rcnn,每次都有新感觉(不
yuv 图像格式初探Jul 3, 2019·1340 words·3 mins工程 Yuv Image Format 图像处理概述 # YUV是一种图像编码方式,或者称为色彩空间,与RGB是同级的概念. YUV是三个分量,Y,U和V,其中:
【施工中】 halide学习笔记Feb 18, 2019·1262 words·3 mins工程 Halide 图像处理 性能优化Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. halide有两个特性比较吸引人。一个是对于各种平台架构的支持。
non-local means algorithm 学习笔记Jan 25, 2018·436 words·1 minDeep-Learning 图像处理 Non-Local Means 计算机视觉终于忙完学校的事情可以干正事了orz 这里会记录一些第一遍看paper的过程中遇到的一些影响理解的概念,不过大多不会深究,只算做粗浅的理解。