dingfengshi / TriDet

[CVPR2023] Code for the paper, TriDet: Temporal Action Detection with Relative Boundary Modeling
MIT License
160 stars 13 forks source link

About loss function #32

Open neauniko opened 7 months ago

neauniko commented 7 months ago

Hello, I have a question about the regression loss. Is it feasible to constrain the offsets of the start and end offsets using L1 loss?

dingfengshi commented 7 months ago

We have not tried L1 loss yet, but from the code perspective, it seems relatively easy to implement, as the model ultimately obtains predicted offset values and target offset values.