06 2018 档案

摘要:因为需要做双流,论文里面推荐到这个GPU版本的TVL1算法,于是开始编译。 一、下载源码 git clone https://github.com/feichtenhofer/gpu_flow.git 二、Dependencies [OpenCV 2.4] (http://opencv.org/do 阅读全文
posted @ 2018-06-30 03:12 木易修 阅读(1207) 评论(1) 推荐(0)
摘要:SCI EI 收录 SCI EI 收录 SCI Impact Factor Search: http://www.heavyoil.cn/if.aspx SCI indexed journal list: http://att.newsmth.net/att.php?p.686.107372.376 阅读全文
posted @ 2018-06-24 15:25 木易修 阅读(4560) 评论(0) 推荐(0)
摘要:Introduction Driver drowsy detection dataset consists of both male and female drivers, with various facial characteristics, different ethnicities, and 阅读全文
posted @ 2018-06-21 17:49 木易修 阅读(1488) 评论(5) 推荐(0)
摘要:在跑TensorFlow、pytorch之类的需要CUDA的程序时,强行Kill掉进程后发现显存仍然占用,这时候可以使用如下命令查看到top或者ps中看不到的进程,之后再kill掉: fuser -v /dev/nvidia* 批量清理显卡中残留进程: 阅读全文
posted @ 2018-06-02 17:31 木易修 阅读(17913) 评论(0) 推荐(1)