Skip to content

LukeForeverYoung/MCNN_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCNN人群计数DEMO

下载

使用 git clone 将仓库克隆至本地

环境准备

Python >= 3.6
opencv >= 3.4.2
pytorch >= 0.4.1
matplotlib.pyplot
numpy

使用

cd ...\MCNN_Demo
python main.py [path] commands

其中 [path] 为源图像目录或指定图像文件
commands 为程序可接受的指令,均为可选指令

Command Usage
-o [path] 输出结果到指定目录
-m [path] 使用指定的参数文件(由torch.save(net.state_dict(),'filename')建立)
-s 在运行时展示中间结果

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages