svishwa / crowdcount-cascaded-mtl

Single Image Crowd Counting (CNN-based Cascaded Multi-task Learning of High-level Prior and Density Estimation for Crowd Counting)
MIT License
196 stars 91 forks source link

How to output the crowd count ? #11

Open MounirB opened 6 years ago

MounirB commented 6 years ago

Hello, when I run test.py I get the grayscale density maps, however I don't find the crowd count like it is outputted in your paper. How do we get it ?

Tikam02 commented 6 years ago

exactly how to get the crowd count??

StayingAtHome commented 6 years ago

I also want to know how can i use the saved_models to calculate the crowd count

Tikam02 commented 6 years ago

I did it just print the gt_count() and et_count() that's it.If you want to save it write it into file at the last line in train.py