https://blog.csdn.net/dy_guox/article/details/79081499
https://blog.csdn.net/dy_guox/article/details/79111949
Github:
https://github.com/XiangGuo1992/Screen-Vehicle-Detection-using-Tensorflow-API
https://www.bilibili.com/video/av21539370?from=search&seid=11902099935701528065
Ubuntu 16.04下安装TensorFlow Object Detection API(对象检测API)
https://blog.csdn.net/chenmaolin88/article/details/79371891
ubuntu18.04 tensorflow object detection api 安装与使用笔记
https://blog.csdn.net/ygjustgo/article/details/100055000
Ubuntu 18.01下安装TensorFlow Object Detection API--从头开始训练自己的数据集
https://blog.csdn.net/duanyajun987/article/details/93486070
ubuntu 下 anaconda安装环境跑通Tensorflow Object Detection API
https://blog.csdn.net/length85/article/details/87917438
https://www.cnblogs.com/fucanzhen/articles/8336846.html
https://github.com/tensorflow/models
https://www.tensorflow.org/install/gpu
https://blog.csdn.net/jkjj2015/article/details/81708079
https://blog.csdn.net/qq_34470213/article/details/81604288
Ubuntu TensorFlow配置 :https://blog.csdn.net/qq_38660394/article/details/80833519
1:当需要退出python环境,即执行Ctrl+D或者输入quit即可
2:退出tensorflow环境,source deactivate
3:激活tensorflow环境,source activate tensorflow
查询当前tensorflow版本
python
import tensorflow as tf
tf.version
查询tensorflow安装路径为:
tf.path
解决Could not load dynamic library 'libcudart.so.10.0'的问题;https://blog.csdn.net/u012388993/article/details/102573117
Tensorflow2.0
tf.Session()
tf.compat.v1.Session()
jupyter notebook
Ubuntu 配置环境变量; sudo gedit /etc/bash.bashrc
打开
python labelImg.py
http://c.biancheng.net/view/1881.html
darknet
https://www.bilibili.com/video/av63993098?from=search&seid=5599119149334829408