随笔分类 -  Experiment

摘要:1 安装最新版VSCODE 2 安装汉化 chinese 3 安装LaTeX Workshop 4 安装TexLive2019 5 修改setting.json 配置文件 参考:https://zhuanlan.zhihu.com/p/38178015 最简单的插入 // LaTeX "latex- 阅读全文
posted @ 2020-11-22 19:10 闲云清烟 阅读(833) 评论(0) 推荐(0)
摘要:论文RON:Reverse Connection with Objectness Prior Networks for Object Detection 是 CVPR2017的一篇目标检测的论文,作者是孔涛,共享了源代码,下面把配置过程记录一下。 1、https://github.com/taoko 阅读全文
posted @ 2017-07-12 21:10 闲云清烟 阅读(991) 评论(0) 推荐(0)
摘要:1、首先运行 compile.m 文件,本机的gcc是5.2.1,而matlab2014a要求的是 gcc是 4.7,但是也可以编译,就是有警告信息。 2、如果第4个文件 mex -O fconv.cc -output fconv 还不行,再修改 -o 为 -output。 阅读全文
posted @ 2017-06-26 22:54 闲云清烟 阅读(208) 评论(0) 推荐(0)
摘要:1: 2017年4月19号本来打算 在linux上面装个Keras+TensorFlow 学习一下 ,但是原来电脑的配置是ubuntu15.10+cuda7.5+cudnnV4+opencv3.1。 在按照 http://keras-cn.readthedocs.io/en/latest/for_b 阅读全文
posted @ 2017-04-21 08:57 闲云清烟 阅读(1870) 评论(0) 推荐(0)
摘要:;; UPDATE: For KITTI users, you may find `br-dired-kitti-label-to-xml' useful;; Usage for KITTI dataset (M-x means Alt+x):;; (1) open this file in ema 阅读全文
posted @ 2017-03-09 19:42 闲云清烟 阅读(2811) 评论(0) 推荐(0)
摘要:本文记录了ubuntu15.10上面安装caffe和运行fasterRcnn的过程,把其中遇到的问题和解决办法记录一下,以备查看。 主要参考 http://ouxinyu.github.io/Blogs/20151108001.html Caffe + Ubuntu 15.04 + CUDA 7.5 阅读全文
posted @ 2016-05-08 10:48 闲云清烟 阅读(3082) 评论(0) 推荐(0)
摘要:1、准备数据 将自己的数据放到train 和 val 文件夹下,然后使用 create_imagefile.py 制作txt列表文件,生成train.txt和val.txt 2、使用 shell 脚本 create_mydata.sh 制作lmdb格式数据 3、通过脚本make_mydata_mea 阅读全文
posted @ 2016-05-08 09:36 闲云清烟 阅读(1238) 评论(0) 推荐(0)
摘要:转自 http://ouxinyu.github.io/Blogs/20151108001.html Caffe + Ubuntu 15.04 + CUDA 7.5 新手安装配置指南 特别说明: 0. Caffe 官网地址:http://caffe.berkeleyvision.org/ 1. 本文 阅读全文
posted @ 2016-05-05 21:59 闲云清烟 阅读(2064) 评论(0) 推荐(0)