会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
overfitover
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年10月30日
源代码到可执行文件过程
摘要: 用C语言写源代码,然后经过编译器、连接器到最终可执行程序的流程图大致如图所示。参考文献:http://c.biancheng.net/view/146.html
阅读全文
posted @ 2018-10-30 14:03 overfitover
阅读(237)
评论(0)
推荐(0)
2018年10月29日
参数传递方法
摘要: 1.easydict(字典传递参数)from easydict import EasyDict as edict__C = edict()cfg = __C__C.DATA_SETS_TYPE = 'kitti'__C.DATA_DIR = '/media/...
阅读全文
posted @ 2018-10-29 20:20 overfitover
阅读(169)
评论(0)
推荐(0)
2018年10月28日
Emacs:神的编辑器
摘要: Emacs 使用教程安装:https://www.jianshu.com/p/732157b02ecclinux: sudo apt-get install emacs启动:开启终端,输入emacs使用终端输入emacs后可以查看emacs教程了。具体内容像...
阅读全文
posted @ 2018-10-28 11:02 overfitover
阅读(198)
评论(0)
推荐(0)
2018年10月27日
Fully Convolutional Networks for Semantic Segmentation
摘要: 搞什么论文,跑跑代码就都懂了!https://github.com/overfitover/fcn_pytorch
阅读全文
posted @ 2018-10-27 20:11 overfitover
阅读(164)
评论(0)
推荐(0)
2018年10月25日
pytorch loss总结与测试
摘要: pytorch loss 参考文献: https://blog.csdn.net/zhangxb35/article/details/72464152?utm_source=itdadao&utm_medium=referral loss 测试
阅读全文
posted @ 2018-10-25 23:18 overfitover
阅读(6032)
评论(0)
推荐(0)
交叉熵(Cross Entropy loss)
摘要: 交叉熵 分类问题常用的损失函数为交叉熵(Cross Entropy Loss)。 交叉熵描述了两个概率分布之间的距离,交叉熵越小说明两者之间越接近。 原理这篇博客介绍的简单清晰: https://blog.csdn.net/xg123321123/article/details/52864830 总
阅读全文
posted @ 2018-10-25 22:21 overfitover
阅读(11694)
评论(0)
推荐(0)
2018年10月24日
hard example mining(困难样本挖掘)
摘要: Hard example mining核心思想:用分类器对样本进行分类,把其中错误分类的样本(hard negative)放入负样本集合再继续训练分类器。why hard negative?FP: false positive, 错误的将其分类成正例。我的理...
阅读全文
posted @ 2018-10-24 20:24 overfitover
阅读(9959)
评论(0)
推荐(0)
Docker
摘要: Docker参考文献:https://yeasy.gitbooks.io/docker_practice/basic_concept/image.htmldocker 基本概念镜像Image我们都知道,操作系统分为内核和用户空间。对于 Linux 而言,内核...
阅读全文
posted @ 2018-10-24 09:21 overfitover
阅读(176)
评论(0)
推荐(0)
2018年10月23日
cmake使用教程
摘要: cmake 教程 cmake 与make make是一个工具,它控制可执行程序和程序源文件中非源码文件的生成。“make” 工具需要清楚地知道如何构建程序。通过"makefile"文件知晓如何构建你的程序。这个文件列出了所有非源码文件以及如何由别的文件来计算它。当你编写一个程序时,你应该为它写一个m
阅读全文
posted @ 2018-10-23 08:59 overfitover
阅读(450)
评论(0)
推荐(0)
2018年10月20日
CFENet: An Accurate and Efficient Single-Shot Object Detector for Autonomous Driving
摘要: SSDcaffe网络代码:https://github.com/chuanqi305/MobileNet-SSD/blob/master/train.prototxtcaffe查看网络:http://ethereon.github.io/netscope/#...
阅读全文
posted @ 2018-10-20 21:57 overfitover
阅读(468)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告