happyharrycn / actionformer_release

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

in label_points_single_video, why do u select min_len index to build regression target? #42

Closed freeman-1995 closed 2 years ago

tzzcl commented 2 years ago

In ActionFormer, we build a class-agnostic regression head (for onset/offset regression).

Please refer to the PtTransformerRegHead Then, we need to reduce the class-aware regression targets to class-agnostic regression targets, then we just choose the minimum one.

tzzcl commented 2 years ago

Closed due to inactivity.