crowd-counting icon indicating copy to clipboard operation
crowd-counting copied to clipboard

[test script]

Open cryax opened this issue 8 years ago • 4 comments

hey hankong, is there any script that run directly from input raw image to final count?

cryax avatar Nov 22 '17 05:11 cryax

hi, cryax There is no direct script that can get the final count from the raw image, but I believe that it's not very difficult to write that script according to the existing scripts. I suggest you follow the following steps to achieve your goal,

  1. Extract features from raw image ( ExtractFeatures.m )
  2. Predict patch count ( patch_predict_SHT.py )
  3. Apply MRF and get the final count ( EvaluateSHT.m )

imkanghan avatar Nov 22 '17 11:11 imkanghan

Hi, Do you have any plans to drop the Matlab code and use pure python?

qilicun avatar Nov 23 '17 07:11 qilicun

Hi, I haven't such plan for this project currently. I will try to make my future research about crowd counting easy to reproduce as much as possible.

imkanghan avatar Nov 24 '17 01:11 imkanghan

I would like to chime in as well and say that a pure python implementation would be very helpful! :)

apockill avatar Jan 11 '18 19:01 apockill