ok1zjf / VASNet

PyTorch implementation of the ACCV 2018-AIU2018 paper Video Summarization with Attention
MIT License
180 stars 48 forks source link

gtscore and gtsummary #13

Open ayushkothari27 opened 4 years ago

ayushkothari27 commented 4 years ago

@ok1zjf Hello, I see there are two fields in the dataset - gtscore and gtsummary. Can you explain the difference and significance of these? I see that you have used gtscore in your code while calculating losses. In the readme file, you have written gtscore is the frame-level importance scores and used for regression loss while gtsummary is the ground truth summary which is used for likelihood loss. I couldn't understand this part. Thank you.

UnendingGlory commented 3 years ago

@ayushkothari27 Hi, I'm also confused about this.

Have you understood their difference and relationship?