I try to display seismograms using 'pssac' by the command: gmt pssac *.z -JX20c/40c -R0/// -Bx20+l'T(s)' -By2+lkm -BWSen -Ek -M1.5c -W0.5p,red >map.ps and the figure I get is as belows: the problem is the "-JX", the character X, means the sca…
faster缺点:1.不是全卷积,roi出来后是两个fc层,这样会丧失平移变性.   2.每个roi都要单独经过两个fc层,也就是分别进行分类和回归,耗时 也有种说法是roi-pooling后导致平移变性丧失,这个地方还要深入思考 resnet在以faster结构为检测框架的时候,是stage4和之前作特征提取层backbone,roi-pooling后用stage5替代了两层fc,这样能增加平移变性,精度增加,但是时间上还是耗时,因为每个roi都要单独经过stage5的卷积然后分类.回归 ro…
xmind 8 readme   README     LICENSE   XMind 3 is dual licensed under 2 open source licenses: the Eclipse Public License v1.0 (EPL), which is available at http://www.eclipse.org/legal/epl-v10.html , and the GNU Lesser General Public License v3 (LGPL),…
https://blog.csdn.net/hy_jz/article/details/78877483 基于meta-path的异质网络Embedding-metapath2vec metapath2vec: Scalable Representation Learning for Heterogeneous Networks metapath2vec https://dl.acm.org/citation.cfm?id=3098036是17年发表的,使用基于meta-path的随机游走重构节…
地址:http://www.epochconverter.com/ How to get the current epoch time in ... PHP time() more ... Python import time; time.time() Ruby Time.now (or Time.new). To display the epoch: Time.now.to_i Perl time more ... Java long epoch = System.currentTimeMil…
详见:http://pan.baidu.com/s/1gfFLbJ9 DICOM医学图像窗口变换的加速算法* 张尤赛 ,陈福民 ( 同济大学计算中心, 上海 200092 ) (华东船舶工业学院电子与信息系,江苏 镇江 212003) E_mail:yszhang100@sina.com   摘 要:研究DICOM医学图像的显示技术,提出了一种图象窗口变换的加速算法,该算法简洁.实用.加速效果理想, 可以在动态连续调节图像窗值的情况下实时地显示DICOM医学图像. 关键词: DICOM: 医学图…
1, start vnc server: vncserver :1 issue: connect it with pc and only display one terminal. 2, stop vnc server: vncserver -kill :1 3, modify file(/home/your name/.vnc/xstartup) like below: #!/bin/sh # Uncomment the following two lines for normal deskt…
Linux 在Linux上自动调整屏幕亮度来保护眼睛 - 51CTO.COM -- 介绍了Camera和RedShift这两款工具 How to automatically dim your screen on Linux - Xmodulo --英文原文 Calise | Camera Light Sensor Redshift 为新装Ubuntu的笔记本添加背光亮度调节功能 - 简书 (自己用setpci 命令来调节) 树莓派上我还没找到方法,RedShift已经证实不可用:Redshift…
日常英语---七.[Updated November 14 at 4:10 PM PST] Scheduled Game Update - November 14, 2018(n.标准) 一.总结 一句话总结: PST-abbr.太平洋标准时间-Pacific_Standard_Time November-[nə(ʊ)'vembə]-十一月 ['stændəd]-n.标准 [太平洋标准时间11月14日太平洋标准时间下午4:10更新]预定游戏更新 - 2018年11月14日 PST [pst] …
有一个模式可以帮助你的对象知悉现况,不会错过该对象感兴趣的事,对象甚至在运行时可以决定是否要继续被通知,如果一个对象状态的改变需要通知很多对这个对象关注的一系列对象,就可以使用观察者模式 .观察者模式也是JDK中使用最多的一个设计模式,而我们本章讨论的就是它. 那么首先,我们先来看一看此模式的定义: 定义:观察者模式(有时又被称为发布-订阅模式.模型-视图模式.源-收听者模式或从属者模式)是软件设计模式的一种.在此种模式中,一个目标物件管理所有相依于它的观察者物件,并且在它本身的状态改变时主动发…