1. 首页
  2. 移动开发
  3. 其他
  4. vehicle recognition ssd:使用单发检测器进行车辆识别 源码

vehicle recognition ssd:使用单发检测器进行车辆识别 源码

上传者: 2021-04-03 11:57:48上传 ZIP文件 300.82MB 热度 7次
使用用于AV的SSD的车辆识别 在自动驾驶汽车(AV's)中使用单发检测器(SSD)进行车辆识别。 链接到PowerPoint以访问视频: 固态硬盘300 使用TensorFlow实现的单发MultiBox检测器 依存关系 python3.6.1 麻木 skimage TensorFlow matplotlib OpenCV 用法 导入所需的模块 import tensorflow as tf import numpy as np from util.util import * from model.SSD300 import * 加载测试图像 img = load_image('./test.jpg') img = img.reshape((300, 300, 3)) 开始会议 with tf.Session() as sess: ssd = SSD300(sess
下载地址
用户评论