amazon-science / long-short-term-transformer

[NeurIPS 2021 Spotlight] Official implementation of Long Short-Term Transformer for Online Action Detection
Apache License 2.0
127 stars 19 forks source link

Evaluation #18

Open tyh001 opened 1 year ago

tyh001 commented 1 year ago

python tools/eval/eval_perstage --pred_scores_file, what is PRED_SCORES_FILE in $PRED_SCORES_FILE and is not provided

xumingze0308 commented 1 year ago

PRED_SCORES_FILE is the output result after you run test_net.py, which stores the action detection scores of each frame in each video. eval_perstage.py will evaluate the model in other metrics based on these results.