cvlab-epfl / social-scene-understanding

Source code for the CVPR 2017 paper
GNU General Public License v3.0
65 stars 23 forks source link

Question about person pooling #4

Closed dingli-dean closed 6 years ago

dingli-dean commented 6 years ago

In this repo,I've noticed that person pooling is applied among all 12 members in the group,while the 2-group pooling has been used for this task,in order to improve the performance.So,I want to know whether the result you have reported in the CVPR2017 paper is based on 2-group pooling or max-pooling among all individuals?

psycharo-zz commented 6 years ago

It was max-pooled over all the individuals. It can indeed be helpful to pool over 2 groups separately.