Hi, after I run the command
video_folder=visualization/videos output_folder=visualization/output pdvc_model_path=save/anet_tsp_pdvc/model-best.pth output_language=en bash test_and_visualize.sh $video_folder $output_folder $pdvc_model_path $output_language
I got a JSON file with the format as below,

I am curious about the meaning of proposal_score and sentence_score. Could you give me some explanation?
I want to use these two metrics to select better captioning sentences .
thank you!