libranet icon indicating copy to clipboard operation
libranet copied to clipboard

Weighing Counts: Sequential Crowd Counting by Reinforcement Learning

Results 6 libranet issues
Sort by recently updated
recently updated
newest added

Hi, I really like your topic and I am trying to use it. But I am unable to use it to count people from my custom image. Can you guide...

Thanks for releasing the code for inspiring work! Do you have preprocessed version for the SHT Part_B dataset? Thanks in advance! Joseph

Hi, can you explain more on the ground truth file (.csv in your preprocessed training dataset)? From my understanding, you divide the whole image into 32*32 patches and corresponding count...

if recycle_ind < parameters['ACTION_NUMBER'] - 1: _**start_mask_random**_ = ( (count_rem + net.A[recycle_ind] >= 0) & (start_ind_random == -1) ) **start_ind_random**[start_mask_random] = recycle_ind **end_mask_random** = ( count_rem + net.A[recycle_ind] < parameters['Interval_N']...