09 2019 档案
摘要:step1: 任务管理器-->服务-->XLServicePlatform 关闭 step2: services.msc -->双击XLServicePlatform-->启动类型改成禁用-->确定. 参考:https://www.zhihu.com/question/37499233
阅读全文
摘要:使用包inspect 查看模块所在路径: 查看源码: 参考:https://zhuanlan.zhihu.com/p/37095163
阅读全文
摘要:1、vim i 由正常模式进入编辑模式; esc 退出编辑模式,到正常模式; :wq 保存并退出; :q! 退出不保存 查找: 在正常模式下输入/str(str是想要查找的字符串),按回车,便可以定位到str。 n查找下一个,N查找上一个。 移动: G移动至末尾,gg移动至开头。 删除: 删除全部:
阅读全文
摘要:参见: https://github.com/rafaelpadilla/Object-Detection-Metrics?spm=5176.12281978.0.0.478528815XGHTv https://zhuanlan.zhihu.com/p/56961620 注意只有当IOU大于给定的
阅读全文
摘要:1、 测试时不需要正则化: model.eval()就可以不运行batch norm、dropout等。 再用model.train()可改回训练模式。
阅读全文
摘要:lr:learning rate roi:region of interest,可能包含目标的区域。 wd:weight decay fps:frame per second,每秒几帧 fine tune:微调;fine scale:小尺度 kernel/filter:卷积核/过滤器 resolut
阅读全文