happyharrycn / actionformer_release

Code release for ActionFormer (ECCV 2022)
MIT License
415 stars 77 forks source link

Visualization appendix D #93

Closed Caspeerrr closed 1 year ago

Caspeerrr commented 1 year ago

Hello! I'm trying to recreate the plots as in appendix D for my own dataset, but I'm not really sure how the histograms were created. Following this previous issue I'm appending seg_left and seg_right for all fpn levels in a list, and subsequently create a histogram. Thus essentially computing how often a particular start and end time are predicted. Is this the correct procedure? Don't the on and offsets need to be scaled by the prediction score?

Thank you!

Caspeerrr commented 1 year ago

Ah I think I got it. Indeed each offset should be weighted by the corresponding score.