aras62 / PIE

Annotations for Pedestrian Intention Estimation (PIE) dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pedestrian intention statistics different in web and code

javierlorenzod opened this issue · comments

Hello!

Today I used your function get_data_stats and I found that the number of pedestrians is different from the one in the webpage of the dataset. I checked with an improvised loop, and I obtain the same results as in the function, so maybe it is not updated in the webpage.

I attached a screenshot at the end. The results from the function are the following:

crossing:
crossing: 519
irrelevant: 468
not-crossing: 855

pie_stats_webpage

Also, the total number in the function output is the same as in the web.

If there is something wrong with my findings, please tell me, it will help my research.

Hope it helps!

Hi,
Thank you for bringing that to our attention. The stats on the webpage are incorrect. They were generated based on an old database. We also made a change to update how the statistics in the interface is generated. Please use the statistics again with the new changes we made. We will shortly update the info on the website as well.

Thanks

Your welcome, thanks for sharing your work with the research community!