摘要: #### ssh断连后,如何保持Linux后台程序继续运行?ssh断连后,要想运行在Linux服务器中的程序继续运行,就要用到screen技术。- ##### 新建`session` ```shellscreen -ls // 查看当前已经存在的工作窗口screen -r <session_name 阅读全文
posted @ 2020-08-12 23:46 11xiaoxian 阅读(224) 评论(1) 推荐(0)
摘要: ## 记录一下,方便自己阅读(2019.12.15) 1. 目标检测网络结构 - RetinaNet Focal loss for dense object detection(ICCV2017) - IoU Net Acquisition of Localization Confidence fo 阅读全文
posted @ 2019-12-15 15:58 11xiaoxian 阅读(411) 评论(0) 推荐(0)
摘要: Recently:Updating on 2019.9.26Note: All the papers can be downloaded in Google Scholar Website1. Gradient-Guided based Visual Object Tracking GradNet: 阅读全文
posted @ 2019-12-08 13:07 11xiaoxian 阅读(255) 评论(1) 推荐(0)