- 博客(15)
- 收藏
- 关注
转载 目标检测fastrcnn算法详解
http://blog.youkuaiyun.com/shenxiaolu1984/article/details/51036677
2017-11-08 12:42:29
812
原创 backup dccnn
use python,give more attention to numpy six etc. version!cd /data/mxnet/example/Deformable-ConvNets-mastersudo pip install -r requirements.txtsh ./init.shexport DCN_ROOT=/data/mxnet/exampl
2017-11-02 19:57:14
513
转载 深度学习入门教程
1.http://blog.youkuaiyun.com/u014595019/article/details/525545822.https://www.zybuluo.com/hanbingtao/note/433855
2017-10-27 17:04:02
6979
1
原创 集群用到的工具
1.expect 自动输入密码等交互的工具 #!/usr/bin/expectspawn sudo cp /opt/Aatt-master-controner/hosts /etc/send "bidlc\r"interact2.批量文件传送工具: pssh批量管理工具的使用 下载地址:https://code.google.com/archive/p/pa
2017-09-26 19:46:56
1039
转载 gcc 5.3 install
ori: http://blog.youkuaiyun.com/zhyj3038/article/details/52412273
2017-09-17 22:15:54
780
原创 tensorflow用于数据增强
# coding=utf-8import cv2import numpy as npimport tensorflow as tffrom PIL import Image, ImageFilterimport shutilimport randominit = tf.global_variables_initializer()sess = tf.Session()sess
2017-06-13 21:01:56
2188
1
原创 Torch学习笔记(二):相关的环境配置
一:torch7安装: http://torch.ch/docs/getting-started.html#_二:安装itorch: http://blog.youkuaiyun.com/u013378306/article/details/64906401 其中,luarocks用于安装各种th需要的源码,如按照第一步所安装上的luarocks总提示无法访问的错误,改为
2017-05-23 14:20:53
357
原创 linux GPU集群服务器配置ip及ssh
因实验室集群需要,使用主机通过ssh管理服务器集群。用以备忘。1.选择集群中的某台服务器用作网络共享,并通过网线连接外网,设置相应端口的网络共享,并通过光纤共享网络。2.设置其他服务器的IP地址。 ①删除所有网络连接,新建‘以太网’,常规选项卡中勾选前两项,使用ifconfig查看当前活动的网络端口(接受及发送不为零的端口),mac地址(第二个选项卡中)设置为对应的网络端口,ipv
2017-05-22 20:09:31
2373
转载 Torch学习笔记(一)
1.学习Torch框架的该看的资料汇总(不断更新) http://blog.youkuaiyun.com/hungryof/article/details/51992892.下载lua的studio https://studio.zerobrane.com/support3.尝试简单的神经网络 https://github.com/soumith/cvpr2015/blob/
2017-05-22 20:04:40
626
原创 使用YOLOV2训练NWPUVHR-10dataset数据集
1.将positive所有数据送入训练import xml.etree.ElementTree as ETimport pickleimport osfrom os import listdir, getcwdfrom os.path import joinfrom PIL import Imageimport reimport randomdef convert(s
2017-05-20 10:56:12
4020
1
原创 YOLOV2 使用voc2007 单独训练某些类而删除不含有这些类的数据
使用说明:由于voc2007中包含有20类的图像数据,但我只拿来训练person类,所以利用darknet自带的脚本生成的train2.txt无法满足要求(直接使用会导致对应的图片中并没有此类,但参与了网络的训练),此代码用于清除掉train2中那些并不包含person类的图片地址。代码如下:#coding=utf-8import osimport os.path
2017-05-13 20:27:47
1713
原创 yolo训练自己的数据所用到的标记图片的工具
1.https://github.com/tzutalin/labelImg上图通过此工具可以生成XML文件
2017-05-12 22:29:04
1533
转载 使用YOCOv2 处理bounding ,以跟踪图像中某些类物体的移动
未完待续。1.预处理bounding:http://blog.youkuaiyun.com/nnnnnnnnnnnny/article/details/54561928
2017-05-12 22:06:34
250
转载 最新yoco v2训练自己的数据
转载http://www.yuthon.com/2016/12/03/Train-YOLOv2-on-my-own-dataset/
2017-05-12 11:16:31
487
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人