摘要:
参考两篇文章:https://blog.csdn.net/skyroben/article/details/70877008 https://lichanghao.github.io/2016/08/01/C++%E4%B8%ADiterator%E5%A4%B1%E6%95%88%E7%9A%84 阅读全文
摘要:
在rdshare/detection目录下,通过detection_reuse_control.sh脚本调用detection_reuse.py文件 detection_reuse_control.sh中的内容为 #!/bin/bash #调用detection_bash,此版本为复用的版本,即需要 阅读全文
摘要:
模型:/home/yanjieliu/opt/darknet目录下的darknet以及,RDShare目录下的tensorflow object detection api 数据库:aiya:ca3_yolo 第一步,先将yolo的检测结果存到数据库 阅读全文
摘要:
好久没写编程题了,手生的厉害,记录一下。 首先做的第二题,比较简单,ac。 题目要求: 比较简单,用结构体记录前后数字区间,按照start排序,当start相同时,按照end排序。然后循环合并即可。 测试用例: 4 3 8 3 7 4 6 7 9 5 3 8 3 7 4 6 7 9 1000 110 阅读全文
摘要:
在各种公共方法都设计好,软件安装成功的条件下 routes/web.php中路由信息如下 <?php /* | | Web Routes | | | Here is where you can register web routes for your application. These | rou 阅读全文
摘要:
一、tensorflow提供的evaluation Inference and evaluation on the Open Images dataset:https://github.com/tensorflow/models/blob/master/research/object_detecti 阅读全文
摘要:
mysql版本:5.7 ; 数据库:rdshare;表captain_america3_sd用来记录某帧是否被检测。表captain_america3_d用来记录检测到的数据。 python模块,包部分内容参考http://www.runoob.com/python/python-modules.h 阅读全文
摘要:
参考http://wiki.ubuntu.org.cn/MySQL%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97 版本为5.7 一、安装 安装命令sudo apt-get install mysql-server 但是由于存在旧版本或者卸载不干净,可能报错如下 参考http 阅读全文
摘要:
计算图像相似度——《Python也可以》之一 声明:本文最初发表于赖勇浩(恋花蝶)的博客http://blog.csdn.net/lanphaday,如蒙转载,敬请确保全文完整,未经同意,不得用于商业用途。 关于《Python也可以》系列:这是我打算把这几年里做的一些实验和代码写出来,涉及的面比较广 阅读全文