智能硬件-对象检测

来自iCenter Wiki
2017年1月24日 (二) 19:41Wyf wiki讨论 | 贡献的版本

跳转至: 导航搜索

对象检测

Object Detection是计算机视觉一项基本功能。

使用TensorFlow,运行一个对象检测实例(如R-CNN)。

参考链接:

  1. TensorFlow Raspberry Pi Examples
  2. R-CNN: Regions with Convolutional Neural Network Features
  3. Faster R-CNN (Python implementation)
  4. Faster-RCNN in Tensorflow