Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Predict count for custom crowd image #7

Open
masfiqur-rahaman opened this issue Mar 25, 2020 · 0 comments
Open

Predict count for custom crowd image #7

masfiqur-rahaman opened this issue Mar 25, 2020 · 0 comments

Comments

@masfiqur-rahaman
Copy link

masfiqur-rahaman commented Mar 25, 2020

I want to predict number of persons in a crowd image. But I haven't found any option in your code for this. In test_model.py file

X = f["data"]
y = f["label"]
"y_predict = model.predict_generator(gen.flow(X,y, 0, 0, None), X.shape[0])"

This means that I have to annotate my jpg image to generate label. Then using this label, I have to predict count! This is not feasible for me. Because I have to deploy an IP camera on crowd scene and feed the image to your model. Then I hope your model can give the crowd count. Can it be done using your model?

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

No branches or pull requests

1 participant