自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

where amazing happens

anything is possible

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

原创 单词1

swarm   emerge   termite   deposit   pheromone   cohesively   portrait   prominently   dutch   profile   lithograph   imprint   hypothesis ...

2018-11-26 22:24:05 406

原创 YOLO

Advantages: A single convolutional network simultaneously predicts multiple bounding boxes and class probabilities for those boxes YOLO is extremely fast, 45 frames per second Si...

2018-11-21 19:55:30 162

原创 TFFRCNN demo模型加载测试

  .data-00000-of-00001和.index保存了所有的weights、biases、gradients等变量, .meta保存了图结构, checkpoint文件是个文本文件,里面记录了保存的最新的checkpoint文件以及其它checkpoint文件列表 保存训练模型: 建立一个Saver对象 设置保存模型的个数 : ...

2018-11-20 18:08:16 360

原创 Fast-Rcnn的理解

  Roi Pooling The main function of ROI layer is reshape inputs with arbitrary size into a fixed length output because of size constraint in Fully Connected layers, 能够允许对feature  map进行复用,能够减轻...

2018-11-15 18:54:00 192

原创 python读取文件(txt, json)

读取json文件: 整体思路就是先读取json文件中的数据,将数据暂时存起来,然后再将修改后的数据写入json文件 json.dumps和 json.dump的区别 json.dumps()将dict转换为str格式 json.loads()是将str格式转换为dict格式 json.dump(dict,...

2018-11-05 15:17:54 10091 1

原创 Backpropagation

 

2018-11-01 10:57:14 100

空空如也

空空如也

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

TA关注的人

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