dynamic connectivity Posted on 2018-09-12 Quick-findSolve the dynamic connectivity problem -> Quick Find so called eager algorithm贪心算法
test_time_caffe Posted on 2018-09-05 | In caffe Test time12345678#!/usr/bin/env shnow=$(date +"%Y%m%d_%H%M%S")log_name="test___"$now""srun -p Test --exclusive --gres=gpu:1 \ /mnt/lustre/share/sensephoto/caffes/caffe/build/tools/caffe time \ --model=$1 \ --iterations=1000 \ 2>&1|tee $log_name.log &
OpenCv_learn Posted on 2018-07-30 | In openark Mat的理解 Mat的好处是可以自动的释放内存 Mat是一个基础的类有两个部分 矩阵头(包括矩阵大小,存储方式,存储地址等信息) 能指向存储像素信息的矩阵 Read more »