Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test script] #1

Open
cryax opened this issue Nov 22, 2017 · 4 comments
Open

[test script] #1

cryax opened this issue Nov 22, 2017 · 4 comments

Comments

@cryax
Copy link

cryax commented Nov 22, 2017

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

@imkanghan
Copy link
Owner

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 )

@qilicun
Copy link

qilicun commented Nov 23, 2017

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

@imkanghan
Copy link
Owner

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.

@apockill
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants