Atze00 / MoViNet-pytorch

MoViNets PyTorch implementation: Mobile Video Networks for Efficient Video Recognition;
MIT License
258 stars 50 forks source link

How can we access the stream buffer? #34

Open bf2harven opened 2 years ago

bf2harven commented 2 years ago

Hi, thanks for this repo. it's amazing. I am interested in analyzing the stream buffer but couldn't find it. Can someone ponit me in the right direction?

Thanks

mkmohangb commented 2 years ago

movinets/models.py, class ConvBlock3D, methods - _cat_stream_buffer, _save_in_activation, _setup_activation.