fuankarion / active-speakers-context

Code for the Active Speakers in Context Paper (CVPR2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STE_postprocessing.py files

Andrew-Brown1 opened this issue · comments

Hi,
Thanks for this very clean and easy-to-use repo!

I was wondering, in STE_postprocessing.py on lines 49 and 50. where do "STE.csv" and "gt.csv" come from?

I have done the forward pass of the STE, and the predictions are stored in "forward_dir" (line 44)

Thanks for your help!

Hi,

This one is poorly documented. The CSVs that you mention are created by the script, these two in particular are the ones you would use as input to the official evaluation tool. I just updated the Readme with some info in this regard.