SSD-Tensorflow: 3 步运行 TensorFlow 单图片多盒目标检测器

昨天类似的 YOLO: https://www.v2ex.com/t/392671#reply0

下载这个项目

https://github.com/balancap/SSD-Tensorflow

解压 checkpoint files in ./checkpoint

unzip ssd_300_vgg.ckpt.zip

运行 jupyter 文件命令

jupyter notebook notebooks/ssd_notebook.ipynb

项目说明: http://www.tensorflownews.com/2017/09/22/ssd-single-shot-multibox-detector-in-tensorflow/

项目地址: https://github.com/balancap/SSD-Tensorflow

更多 TensorFlow 教程: http://www.tensorflownews.com

相关文章:

  • 2021-12-05
  • 2022-01-30
  • 2021-11-19
  • 2021-05-01
  • 2021-05-12
  • 2021-06-10
  • 2022-01-01
猜你喜欢
  • 2021-08-22
  • 2021-12-14
  • 2021-11-08
  • 2021-10-27
  • 2021-07-29
  • 2021-11-18
  • 2021-12-09
相关资源
相似解决方案