ykotseruba / PedestrianActionBenchmark

Code and models for the WACV 2021 paper "Benchmark for evaluating pedestrian action prediction"
https://openaccess.thecvf.com/content/WACV2021/papers/Kotseruba_Benchmark_for_Evaluating_Pedestrian_Action_Prediction_WACV_2021_paper.pdf
MIT License
54 stars 17 forks source link

Questions about the benchmark #7

Closed d-zh closed 3 years ago

d-zh commented 3 years ago

Hi, Your work is excellent and impressive. Establishing a benchmark for pedestrian action prediction is urgent because many papers use different methods of evaluation. But I have some questions about the benchmark mentioned in paper.

First, a pedestrian had the intention to cross but he(she) did not cross at last for some reason. Such samples are set to “Not-crossing”. But at that moment, this pedestrian really wanted to cross the road. Could you explain these samples?

Second, besides pedestrian action prediction, is pedestrian action detection also important? If a pedestrian is crossing the road, prediction is no meaning but action detection or recognition is necessary. So is necessary to add action detection or recognition in the benchmark?

Thanks!

ykotseruba commented 3 years ago

Hi, Thank you for your comment, I agree with what you said. The reason we focused on action prediction is because it is more important and appears to be more prevalent in the field. A complete benchmark should include intention prediction and action detection in addition to action prediction. The latter is fairly easy to implement and we are working on extending the benchmark in that direction. Predicting intention is more difficult because it is not observable and so far this data is available only for the PIE dataset. Also, in the literature, intention is often conflated with action, so there aren't many models that do intention prediction in the sense you mentioned.

d-zh commented 3 years ago

Thank you very much for your reply.