“智能硬件-对象检测”版本间的差异
来自iCenter Wiki
第11行: | 第11行: | ||
# [https://github.com/rbgirshick/py-faster-rcnn Faster R-CNN (Python implementation)] | # [https://github.com/rbgirshick/py-faster-rcnn Faster R-CNN (Python implementation)] | ||
# [https://github.com/smallcorgi/Faster-RCNN_TF Faster-RCNN in Tensorflow] | # [https://github.com/smallcorgi/Faster-RCNN_TF Faster-RCNN in Tensorflow] | ||
+ | |||
+ | |||
+ | [[智能硬件-人脸识别 | 人脸识别]] |
2017年4月26日 (三) 03:50的版本
对象检测
Object Detection是计算机视觉一项基本功能。
使用TensorFlow,运行一个对象检测实例(如R-CNN)。
参考链接: