上传者: 38522795
|
上传时间: 2021-11-08 15:47:01
|
文件大小: 66.26MB
|
文件类型: -
matlab
for循环代码
使用MCNN进行Crowd
Counting
安志成
github地址:
本文主要基于https://github.com/svishwa/crowdcount-mcnn;
该项目是对CVPR
2016
paper
"Single
Image
Crowd
Counting
via
Multi
Column
Convolutional
Neural
Network"的实现;
我们希望使用这个已经比较成熟的模型来对我们的data
set进行测试,查看其方法对我们的数据集进行crowd
counting的效果如何!
*
我们的程序对其源代码进行了改写,将其从2.7版本的python改为3.6版本
一、
环境搭建
首先要搭建深度学习的环境,本项目采用的环境配置如下:
Ubuntu16.04
(win10系统下也可)
python
3.6
anaconda
nvidia
cuda
9.2
cudnn
for
cuda
9.2
pytorch
具体搭建过程可参考博客
https://blog.csdn.net/Mrx_Nh/article/details/798889