├── LICENSE ├── README.md └── mfn ├── data.py ├── experiments ├── image_rep.py └── video_rep.py └── mfn.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boschresearch/multiplicative-filter-networks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boschresearch/multiplicative-filter-networks/HEAD/README.md -------------------------------------------------------------------------------- /mfn/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boschresearch/multiplicative-filter-networks/HEAD/mfn/data.py -------------------------------------------------------------------------------- /mfn/experiments/image_rep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boschresearch/multiplicative-filter-networks/HEAD/mfn/experiments/image_rep.py -------------------------------------------------------------------------------- /mfn/experiments/video_rep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boschresearch/multiplicative-filter-networks/HEAD/mfn/experiments/video_rep.py -------------------------------------------------------------------------------- /mfn/mfn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boschresearch/multiplicative-filter-networks/HEAD/mfn/mfn.py --------------------------------------------------------------------------------