sudo nvidia-docker run -p 8500:8500 \
--mount type=bind,source=/home/huzhihao/projects/EAST/models,target=/models \
-t --entrypoint=tensorflow_model_server tensorflow/serving:latest-gpu \
--port=8500 --per_process_gpu_memory_fraction=0.5 \
--enable_batching=true --model_name=east --model_base_path=/models/east_model &
export PATH="/anaconda3/bin:$PATH"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
/var/lib/docker/seven/model/oai
docker run --name oai -p 8500:8500 -p 8501:8501 -v /var/lib/docker/seven/model/oai:/models/oai -v /var/lib/docker/seven/model/oai/models.config:/models/models.config -t tensorflow/serving --model_config_file=/models/models.config
docker run --name ai -p 8500:8500 -p 8501:8501 -v /model/retinanet:/models/retinanet -v /model/retinanet/models.config:/models/models.config -t tensorflow/serving --model_config_file=/models/models.config
lspci | grep -i vga
lspci | grep -i nvidia
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.repo | sudo tee /etc/yum.repos.d/nvidia-docker.repo
sudo yum install -y nvidia-container-toolkit nvidia-docker
sudo systemctl restart docker
root = '/root/seven/‘
lib = CDLL(root+"chineseocr/darknet/libdarknet.so", RTLD_GLOBAL)
systemctl start nvidia-docker
systemctl status nvidia-docker
sudo docker pull tensorflow/serving:latest-gpu
sudo nvidia-docker run --name oai -p 8500:8500 -p 8501:8501 -v /root/seven/model/oai:/models/oai -v /root/seven/model/oai/models.config:/models/models.config -t tensorflow/serving:latest-gpu --model_config_file=/models/models.config
source activate chineseocr
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh --mirror Aliyun
systemctl enable docker
systemctl start docker
mkdir -p /etc/docker
tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://f5bw1ll2.mirror.aliyuncs.com"]
}
EOF
systemctl daemon-reload
systemctl restart docker
rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm
yum --enablerepo=elrepo-kernel install kernel-lt-devel kernel-lt -y
grub2-set-default 0
https://github.com/tanluren/yolov3-channel-and-layer-pruning
https://github.com/chineseocr/darknet-ocr
https://github.com/wkentaro/labelme
https://github.com/pjreddie/darknet
https://github.com/CSAILVision/LabelMeAnnotationTool
https://github.com/AlexeyAB/darknet
https://github.com/nickliqian/darknet_captcha
https://github.com/likezhang-public/qconbj2019
https://github.com/spytensor/prepare_detection_dataset
https://github.com/Cartucho/OpenLabeling
https://github.com/qqwweee/keras-yolo3
https://github.com/YunYang1994/tensorflow-yolov3
https://github.com/geektutu/tensorflow-tutorial-samples
https://github.com/nndl/nndl.github.io
https://github.com/ayumiymk/aster.pytorch
https://github.com/bgshih/aster
https://github.com/lvpengyuan/corner
https://github.com/clovaai/deep-text-recognition-benchmark
https://github.com/microsoft/MMdnn
https://github.com/awslabs/multi-model-server
https://github.com/facebookresearch/Detectron
https://github.com/matterport/Mask_RCNN
https://github.com/open-mmlab/mmdetection
https://github.com/tobegit3hub/tensorflow_template_application
https://github.com/ufoym/deepo
https://github.com/NVIDIA/nvidia-docker
https://github.com/rootfs/tfserving-resnet-client-go
https://blog.csdn.net/FILLMOREad/article/details/101445151
https://blog.csdn.net/fovever_/article/details/102860122
https://www.dazhuanlan.com/2019/10/25/5db231498a7d3/
https://juejin.im/post/5caa0ce6518825229f4894df#heading-0
https://www.cnblogs.com/shouhuxianjian/p/10567201.html
https://www.cnblogs.com/pprp/p/10204480.html
https://studygolang.com/articles/12013
https://zhuanlan.zhihu.com/p/52096200
https://stackoverflow.com/questions/7391945/how-do-i-read-image-data-from-a-url-in-python
https://dawn.cs.stanford.edu/benchmark/
https://rrc.cvc.uab.es/