只有注册用户登录后才能阅读该文。 阅读全文
摘要:
1 安装最新版VSCODE 2 安装汉化 chinese 3 安装LaTeX Workshop 4 安装TexLive2019 5 修改setting.json 配置文件 参考:https://zhuanlan.zhihu.com/p/38178015 最简单的插入 // LaTeX "latex- 阅读全文
摘要:
论文RON:Reverse Connection with Objectness Prior Networks for Object Detection 是 CVPR2017的一篇目标检测的论文,作者是孔涛,共享了源代码,下面把配置过程记录一下。 1、https://github.com/taoko 阅读全文
摘要:
1、首先运行 compile.m 文件,本机的gcc是5.2.1,而matlab2014a要求的是 gcc是 4.7,但是也可以编译,就是有警告信息。 2、如果第4个文件 mex -O fconv.cc -output fconv 还不行,再修改 -o 为 -output。 阅读全文
摘要:
1、MULTIMEDIA TOOLS AND APPLICATIONS 4区 IF 1.331 2、JOURNAL OF VISUAL COMMUNICATION AND IMAGE REPRESENTATION 3区 1.53 3、TRANSPORTATION RESEARCH PART C-EM 阅读全文
摘要:
1: 2017年4月19号本来打算 在linux上面装个Keras+TensorFlow 学习一下 ,但是原来电脑的配置是ubuntu15.10+cuda7.5+cudnnV4+opencv3.1。 在按照 http://keras-cn.readthedocs.io/en/latest/for_b 阅读全文
摘要:
;; 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 阅读全文
摘要:
Assume the output from a layer in CNN is N × N × d dimension, which is the output of d filters for N × N spatial cells. Each spatial cell is computed 阅读全文