摘要: 参考了: https://www.cnblogs.com/52machinelearning/p/5821591.html https://blog.csdn.net/qq_24695385/article/details/80368618 LeNet 参考:https://www.jianshu. 阅读全文
posted @ 2018-12-01 19:52 xbit 阅读(1605) 评论(0) 推荐(0)
摘要: 基本思想V1: 将输入图像分成S*S个格子,每隔格子负责预测中心在此格子中的物体。 每个格子预测B个bounding box及其置信度(confidence score),以及C个类别概率。 bbox信息(x,y,w,h)为物体的中心位置相对格子位置的偏移及宽度和高度,均被归一化. 置信度反映是否包 阅读全文
posted @ 2018-11-29 11:02 xbit 阅读(9536) 评论(0) 推荐(0)
摘要: Paper: https://arxiv.org/pdf/1512.02325.pdf SSD用神经网络(VGG)提取多层feature map ,来实现对不同大小物体的检测。如下图所示: We use the VGG-16 network as a base, but other networks 阅读全文
posted @ 2018-11-21 20:39 xbit 阅读(2892) 评论(0) 推荐(0)
摘要: 参考了这个博客:https://blog.csdn.net/tsyccnh/article/details/79163834 主要用于多分类、单分类任务中,计算loss,交叉熵定义如下: 其中: p是实际概率,在机器学习中通常为label值,且取值为0或则1 q是预测概率,在机器学习中通常为预测结果 阅读全文
posted @ 2018-11-13 23:17 xbit 阅读(223) 评论(0) 推荐(0)
摘要: tensorflow的执行过程: 在定义Variables的时候,Scope相当于C++中的命名空间,可以用Scope来避免命名冲突,以及方便重复使用定义的Variables 如下代码,源于: https://github.com/MorvanZhou/tutorials/blob/master/t 阅读全文
posted @ 2018-11-12 17:27 xbit 阅读(3592) 评论(0) 推荐(0)
摘要: Switch to Chinese conda Source, config file is in ~/.condarc conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ cond 阅读全文
posted @ 2018-10-27 21:23 xbit 阅读(5403) 评论(0) 推荐(0)
摘要: batch_size 单次训练用的样本数,通常为2^N,如32、64、128... 相对于正常数据集,如果过小,训练数据就收敛困难;过大,虽然相对处理速度加快,但所需内存容量增加。 使用中需要根据计算机性能和训练次数之间平衡。 epoch 1 epoch = 完成一次全部训练样本 = 训练集个数 / 阅读全文
posted @ 2018-10-13 16:31 xbit 阅读(11161) 评论(0) 推荐(0)
摘要: 其中其决定作用的是这篇文章 https://www.pugetsystems.com/labs/hpc/Install-TensorFlow-with-GPU-Support-the-Easy-Way-on-Ubuntu-18-04-without-installing-CUDA-1170/ 注意兼 阅读全文
posted @ 2018-10-10 18:28 xbit 阅读(8884) 评论(0) 推荐(2)
摘要: windows下制作安装U盘 使用工具:Universal USB Installer ubuntu下制作安装U盘 使用工具:Startup Disk Creator(自带) 选择国内源:Switch to Chinese apt Sources:(In GUI) Software & Update 阅读全文
posted @ 2018-10-10 16:45 xbit 阅读(1118) 评论(0) 推荐(0)
摘要: 该方法常用于: 图像生成 图像修复,训练用了MSE+Global+Local数据,其中Global+Local判别式用于全局+局部一致性。 图像超分辨率重构 图像生成 图像修复,训练用了MSE+Global+Local数据,其中Global+Local判别式用于全局+局部一致性。 图像超分辨率重构 阅读全文
posted @ 2018-10-04 22:10 xbit 阅读(240) 评论(0) 推荐(0)
摘要: 本文参考了: https://blog.csdn.net/u014552678/article/details/62046638 https://blog.csdn.net/qigenhuochai/article/details/77891003 方法一(推荐): 此法权限更高 方法二: 改为: 阅读全文
posted @ 2018-08-14 17:22 xbit 阅读(838) 评论(0) 推荐(0)
摘要: 参考了: https://blog.csdn.net/x534119219/article/details/79497264 可能方案一: 关闭VMware Workstation加速3D图形设置 可能方案二:重置socket 阅读全文
posted @ 2018-08-08 15:05 xbit 阅读(1034) 评论(0) 推荐(0)
摘要: 方法1: Settings -> Devices -> Mouse&Touchpad -> Touchpad OFF 方法2: 终端运行如下命令 touchpad off: sudo modprobe -r psmousetouchpad on: sudo modprobe psmouse 方法3: 阅读全文
posted @ 2018-07-26 09:56 xbit 阅读(1461) 评论(0) 推荐(0)
摘要: 其自带的远程桌面: 参考(推荐):https://linuxconfig.org/ubuntu-remote-desktop-18-04-bionic-beaver-linux 阅读全文
posted @ 2018-07-04 09:45 xbit 阅读(356) 评论(0) 推荐(0)
摘要: 修改/etc/fstab文件,最后一列全改为0,测试能正常启动,尚未出现再次自检的情况 阅读全文
posted @ 2018-07-02 14:10 xbit 阅读(3162) 评论(0) 推荐(0)
摘要: 文件名: test.sh 添加执行权限: 在终端执行代码: 运行结果: 阅读全文
posted @ 2018-06-27 17:45 xbit 阅读(13791) 评论(1) 推荐(0)
摘要: Win7代理查询:Internet属性->连接->局域网设置->代理服务器 Ubuntu全系统设置: System Settings -> Network -> Network proxy -> Manual -> Input the right IP&Port -> Apply system wi 阅读全文
posted @ 2018-03-06 18:08 xbit 阅读(279) 评论(0) 推荐(0)
摘要: 通过如下步骤,已解决:(不知哪个步骤是关键,全写下来) sudo apt-get update sudo apt-get upgrade 在Windows下先确认摄像头能正常读取。 USB控制器选择USB3.0,同时勾选全部可选项。 阅读全文
posted @ 2018-02-09 16:54 xbit 阅读(4637) 评论(0) 推荐(1)
摘要: 本人在Win7+VMware下利用两个ubuntu虚拟机安装、配置、测试了SSH。 在Server端安装openssh-server。 sudo apt-get install ssh # 安装ssh client+serversudo /etc/init.d/ssh start # restart 阅读全文
posted @ 2018-01-30 20:39 xbit 阅读(727) 评论(0) 推荐(0)