2021年10月16日

更新博客地址啦!!!

摘要: 好久没更新博客了,用了typora之后一直在网盘里用markdown写点东西,没法同步上来,所以开了git pages做博客。 搞了好几天终于可以用了,以后就在新地址做一些更新了,欢迎大家访问 https://kli017.github.io/ 阅读全文

posted @ 2021-10-16 00:19 klitech 阅读(35) 评论(0) 推荐(0) 编辑

2019年8月19日

ubuntu16.04安装NVIDIA驱动遇到的问题

摘要: 最近装机比较频繁,遇到的问题也比较多,在这做一下记录。 硬件环境是GTX1080ti,想起一年多以前在这个卡上装机也是遇到了些问题。。 1.首先遇到的问题是NVIDA驱动一直装不上,不论是从系统设置中还是添加源后指令还是官网下载.run 都会出问题Building Kernel Failed 经查阅 阅读全文

posted @ 2019-08-19 16:02 klitech 阅读(533) 评论(0) 推荐(0) 编辑

2019年3月25日

Tensorflow lite Android 人脸检测demo

摘要: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md Tensorflow及Object detection API相关环境的搭建安装 https://www. 阅读全文

posted @ 2019-03-25 10:20 klitech 阅读(3720) 评论(0) 推荐(0) 编辑

2018年8月7日

caffe-windows添加层

摘要: 最近接触到Fine-Grained Classification, 其中的经典方法Bilinear CNN用到了Bilinear Layer, L2-normlize Layer, signed-sqrt Layer等 这些层在caffe-windows已经BVLC版caffe中是不存在的,若想应用 阅读全文

posted @ 2018-08-07 22:32 klitech 阅读(334) 评论(0) 推荐(0) 编辑

2018年6月29日

mAP(Mean Average Precison)理解

摘要: 在目标检测算法(如Faster RCNN, YOLO ,SSD)中mAP常做为一种基准来衡量算法的精确度好坏。 mAP的本质其实是多类检测中各类别最大召回率(recall)的一个平均值 计算mAP之前我们先要了解Precision和Recall也就是精确率和召回率。 精确率主要衡量模型做出预测的精准 阅读全文

posted @ 2018-06-29 11:45 klitech 阅读(10053) 评论(0) 推荐(0) 编辑

2018年4月18日

opencv improc 与连通域及轮廓相关的函数

摘要: https://docs.opencv.org/2.4/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html?highlight=pointpolygontest#pointpolygontest 官方文档 pointP 阅读全文

posted @ 2018-04-18 17:09 klitech 阅读(278) 评论(0) 推荐(0) 编辑

2018年2月22日

Linux指令运行.m文件

摘要: 如果文件名为 a.m 则在a.m目录下执行指令 matlab -nodesktop -nosplash -r a 只用文件名a,不能添加.m 阅读全文

posted @ 2018-02-22 17:41 klitech 阅读(4923) 评论(0) 推荐(0) 编辑

2018年1月9日

deeplab 训练自己的数据集

摘要: 首先感谢教程 http://blog.csdn.net/ruotianxia/article/details/78331964 很全面很详细 1.配置好deeplab_v2 source code:https://bitbucket.org/aquariusjay/deeplab-public-ve 阅读全文

posted @ 2018-01-09 11:22 klitech 阅读(3477) 评论(8) 推荐(0) 编辑

2017年12月27日

segmentation label问题

摘要: 尝试用semantic segmentation对图像进行分割,途中因为label问题卡住了。原因是label在存成jpg格式时有些像素发生了变化,因此最好存为png格式 阅读全文

posted @ 2017-12-27 15:19 klitech 阅读(230) 评论(0) 推荐(0) 编辑

2017年12月26日

faster rcnn train test

摘要: ./tools/test_net.py --gpu 0 --def /home/aigrp/kai/py-faster-rcnn/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt --net /home/aigrp/kai 阅读全文

posted @ 2017-12-26 13:29 klitech 阅读(188) 评论(0) 推荐(0) 编辑

导航