“智能硬件-对象检测”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
第1行: 第1行:
 
== 对象检测 ==
 
== 对象检测 ==
  
Object Detection是计算机视觉一项基本功能。
+
Object Detection是[[计算机视觉]]一项基本功能。
  
 
使用TensorFlow,运行一个对象检测实例(如R-CNN)。
 
使用TensorFlow,运行一个对象检测实例(如R-CNN)。

2017年1月26日 (四) 18:44的版本

对象检测

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