码迷,mamicode.com
首页 > 其他好文 > 详细

TF+SSD环境搭建

时间:2020-05-24 12:10:44      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:one   make   plot   note   context   compiler   pip   compile   pip3   

TensoeFlow+SSD的环境搭建

  1. 先下载TensorFlow的models,然后进入models_master文件夹

https://github.com/tensorflow/models

  1. 安装依赖库(见3~)

Protobuf 3.0.0
Python-tk
Pillow 1.0
lxml
tf Slim (which is included in the "tensorflow/models/research/" checkout)
Jupyter notebook
Matplotlib
Tensorflow (1.15.0)
Cython
contextlib2
cocoapi

  1. 对于TF有CPU和GPU版本

pip3 install tensorflow
pip3 install tensorflow-gpu

  1. 其他依赖库

sudo apt-get install protobuf-compiler python-tk
pip install --user Cython
pip install --user contextlib2
pip install --user pillow
pip install --user lxml
pip install --user jupyter
pip install --user matplotlib

  1. COCO API

git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
make(这是编译指令,需要我们先将Makefile文件中的Python修改为python3)
cp -r pycocotools <path_to_tensorflow>/models/research/

TF+SSD环境搭建

标签:one   make   plot   note   context   compiler   pip   compile   pip3   

原文地址:https://www.cnblogs.com/thgpddl/p/12945965.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!