This programs is to estimate the limited number of people(~10) in small image and get density map which is explained below.
For its network, I modified WideResNet from here.
For detailed info, please check each directory.
classification®ression - traim models which estimate a limited number of people (~10) in small size image by classification or regression
classification-test®ression-test - can test trained network with different dataset you used for training.
frame - explained later
cell - explained later
location - with output from num-of-ppl estimating network (i.e. network used in classification®ression), you can estimate exact coordinates of ppl in those imgs. This program is under developing.
classification®ression - estimate just number of people in cropped img by classification approach or regression approach
classification_test®ression_test - can test trained network with different dataset you used for training.
frame - create density map
cell - this is for comparison with frame.
video - create density map video.
location - with output from number of people estimating network (i.e. classification®ression), you can estimate exact coordinates of people in those imgs.
・python3.7
・pytorch
conda install pytorch torchvision cudatoolkit=x.x -c pytorch