摘要: VATIC 安装教程 Git Hub地址 VATIC是一个用于计算机视觉研究的在线视频注释工具,它将工作众包给亚马逊的Mechanical Turk。我们的工具可以轻松构建大规模,经济实惠的视频数据集。 1. 安装并启动 拉取vatic镜像 docker pull jldowns/vatic-doc 阅读全文
posted @ 2019-11-07 10:41 pidgey016 阅读(644) 评论(0) 推荐(0) 编辑
摘要: NGINX 安装/使用 下载&安装 选择稳定版即可 http://nginx.org/en/download.html 解压 tar -zxvf nginx-1.16.1.tar.gz ./configure --without-http_rewrite_module --without-http_ 阅读全文
posted @ 2019-11-07 10:41 pidgey016 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Centos-离线安装MySql 卸载系统自带的Mariadb/MySql rpm -qa|grep mariadb 输出: mariadb-libs-5.5.44-2.el7.centos.x86_64 rpm -e --nodeps mariadb-libs-5.5.44-2.el7.cento 阅读全文
posted @ 2019-11-07 10:41 pidgey016 阅读(414) 评论(0) 推荐(0) 编辑
摘要: Redis使用手册 简介 Redis:Remote DIctionary Server(远程字典服务)。 是由意大利人Salvatore Sanfilippo(网名:antirez)开发的一款内存高速缓存数据库。是完全开源免费的,用C语言编写的,遵守BSD协议,高性能的(key/value)分布式内 阅读全文
posted @ 2019-11-07 10:40 pidgey016 阅读(517) 评论(0) 推荐(0) 编辑