Phoenix1327 / tea-action-recognition

The Pytorch code of the TEA module (Temporal Excitation and Aggregation for Action Recognition)
192 stars 31 forks source link

Why subtract 0.5 from the sigmoid activtion values in ME module? #13

Open mzhaoshuai opened 3 years ago

mzhaoshuai commented 3 years ago

https://github.com/Phoenix1327/tea-action-recognition/blob/f59e2f8166dfe78ca06d4ebc7d456665a3c100d9/ops/tea50_8f.py#L89

Thanks for your work. As the title says, can you shed some light on this question?

sudonto commented 2 years ago

UP