自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 2D目标检测小结

看了一些文章了,在这里做一些小结,不然会忘记。提速检测框架 one stage的检测算法,相比two stage省去了候选框的获取阶段,直接回归坐标和分类结果,从结构上来看,相当于two stage中多分类的RPN,相比two stage的检测速度提升明显,但是精度通常不如two stage。而one stage的框架也在不断改进,关于提速的改进一般是利用设计好的快速的卷积结构,进...

2018-07-25 14:00:59 1763

原创 Detection Performance and Efficiency

将多个模型部署在mobile或者px2上,要达到实时效果,模型的运行速度十分重要,这里汇总几个性能好的目标检测算法,想到哪写到哪。Light Head R-CNNLight Head R-CNN原文链接:Light-Head R-CNN: In Defense of Two-Stage Object Detector文章对Faster RCNN 和R-FCN算法加...

2018-07-17 20:19:35 402

原创 Array Partition I

Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), …, (an, bn) which makes sum of min(ai, bi) for all i from 1 to n as large as possibl

2017-10-22 21:24:12 180

原创 Merge Two Binary Trees

Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are not.You need to merge them into a new binary tree. T

2017-10-22 20:27:07 125

原创 Judge Route Circle

Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the original place.The move sequence is represented by a

2017-10-22 17:38:02 200

原创 Hamming Distance

The Hamming distance between two integers is the number of positions at which the corresponding bits are different.Given two integers x and y, calculate the Hamming distance.Note: 0 ≤ x, y < 231.Examp

2017-10-22 16:46:32 166

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除