上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: LabelImg LabelImg is a graphical image annotation tool. It is written in Python and uses Qt for its graphical interface. Annotations are saved as XML 阅读全文
posted @ 2019-06-06 11:49 Wind·Chaser 阅读(845) 评论(0) 推荐(0)
摘要: 备战美赛期间,向岳神学习,搞了Atom玩协作开发,第一次没有自动补全的手撸了遗传算法。今天发现Atom还有写Markdown的妙用,遂拿来练手。 1. 安装Atom 下载安装Atom:https://atom.io/ 2. 增强预览(markdown-preview-plus) Atom自带的Mar 阅读全文
posted @ 2019-05-23 11:12 Wind·Chaser 阅读(483) 评论(0) 推荐(0)
摘要: Detect Vertical&Horizontal Segments By OpenCV,and Save the data to csv. Steps: Reference:Camelot:https://camelot-py.readthedocs.io/en/master/ 阅读全文
posted @ 2019-05-22 20:01 Wind·Chaser 阅读(465) 评论(0) 推荐(0)
摘要: 解决方案:所在环境python根目录下qt.conf,重新设置path即可,此类问题通常在目录转移之后出现。 阅读全文
posted @ 2019-05-21 23:49 Wind·Chaser 阅读(2665) 评论(0) 推荐(0)
摘要: toLeftTest toLeftTest是判断一个点是否在有向直线左侧的算法。 当点s位于向量pq左侧时,toLeftTest返回true。当点s位于向量pq右侧时,toLeftTest返回false。 具体的算法可以根据三角形的有符号面积来计算 对应上图中的 2倍三角形面积area 的公式为 当 阅读全文
posted @ 2019-05-19 15:53 Wind·Chaser 阅读(2406) 评论(0) 推荐(2)
摘要: 5道巧妙位操作的算法题。 ***第一道*** 题目描述 给定一个非空整数数组,除了某个元素只出现一次以外,其余每个元素均出现两次。找出那个只出现了一次的元素。 说明: 你的算法应该具有线性时间复杂度。 你可以不使用额外空间来实现吗? 示例 1: 输入: [2,2,1] 输出: 1 示例 2: 输入: 阅读全文
posted @ 2019-05-19 15:39 Wind·Chaser 阅读(325) 评论(0) 推荐(0)
摘要: json解析练习,python图像处理练习,表格包围框毛刺问题待解决。 阅读全文
posted @ 2019-05-15 13:35 Wind·Chaser 阅读(340) 评论(0) 推荐(0)
摘要: 论文的caffemodel转化为tensorflow模型过程中越坑无数,最后索性直接用caffe提特征。 caffe提取倒数第二层,pool5的输出,fc1000层的输入,2048维的特征 均值文件ResNet_mean.binaryproto转化mean.npy 阅读全文
posted @ 2019-05-13 08:22 Wind·Chaser 阅读(1709) 评论(0) 推荐(0)
摘要: camelot内置生成html文件的方法,但表格数据转化成pandas.dataframe的过程中,丢失了跨行跨列的结构信息,故生成html的表格无跨行跨列结构。 于是我在输出部分选择直接手写html表格.. 阅读全文
posted @ 2019-04-11 15:37 Wind·Chaser 阅读(1380) 评论(0) 推荐(0)
摘要: 最近项目需要将批量链接中的pdf文档爬下来处理,根据以下步骤完成了任务: 参考资料: https://blog.csdn.net/zhrq95/article/details/79300411 https://blog.csdn.net/yllifesong/article/details/8104 阅读全文
posted @ 2019-03-12 09:04 Wind·Chaser 阅读(2816) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 下一页