vt-le / astnet

This is an official implementation for "Attention-based Residual Autoencoder for Video Anomaly Detection".
https://vt-le.github.io/astnet/
MIT License
106 stars 16 forks source link

Residual channel attention block #6

Closed fanzz1208 closed 1 year ago

fanzz1208 commented 1 year ago

What part of the code is Residual channel attention block?

Please tell me, thank you

vt-le commented 1 year ago

Hi, thank you for your interest!

Channel Attention is defined here: https://github.com/vt-le/astnet/blob/141f9d57c8dd121bef072797533c413546e54c18/networks/helper.py#L69

fanzz1208 commented 1 year ago

for Residual channel attention block , how to define? just add conv and relu and conv ?

vt-le commented 1 year ago

for Residual channel attention block , how to define? just add conv and relu and conv ?

Residual channel attention block is defined here: https://github.com/vt-le/astnet/blob/f8c53790cfae84416086284587fe0f33300708ab/networks/helper.py#L122