各种BUG
1.hexo d部署出现SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443解决:
重点方法二!!!!
2.ubuntu16.04已经连接wifi仍无法上网问题:
解决:
修改网络代理为自动即可
3.ROS运行python节点报错
SVM+HOG实现行人检测
运行环境:windows10+anaconda+python3.6+opencv3.4.1+pycharm
数据集准备1.数据集一:正样本924张,负样本2120张,验证集179张,大小均为64*128像素网盘链接:https://pan.baidu.com/s/1EEfVVQKUAkEFWD2Si-v-4A
提取码:1234
2.数据集二:提取了INRIA Person Dataset中的正样本和负样本,因为尺寸不合适,需要进行缩放和剪裁:网盘链接:https://pan.baidu.com/s/1UplbM5N2_KgNYxX63vL6fQ
提取码:1234
图像的缩放和剪裁
1234567891011121314151617181920212223242526272829303132from PIL import Imageimport matplotlib.pyplot as pltimport os# 定义待批量裁剪图像的路径地址IMAGE_INPUT_PATH = 'Positiv'# 定义裁剪后的图像存放地址IMAGE_OUTPUT_PATH = ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment