test_webcam.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:tinyYOLOv2 作者: simo23 项目源码 文件源码
def inference(sess,preprocessed_image):

  # Forward pass of the preprocessed image into the network defined in the net.py file
  predictions = sess.run(net.o9,feed_dict={net.x:preprocessed_image})

  return predictions


### MAIN ##############################################################################################################
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号