Open tyh001 opened 1 year ago
python tools/eval/eval_perstage --pred_scores_file, what is PRED_SCORES_FILE in $PRED_SCORES_FILE and is not provided
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.
python tools/eval/eval_perstage --pred_scores_file, what is PRED_SCORES_FILE in $PRED_SCORES_FILE and is not provided