├── README.md ├── decode_B.py ├── encode_B.py ├── frames ├── current.png ├── ref_1.png └── ref_2.png ├── model ├── flow.py ├── layers.py └── m.py └── results ├── mssim_bpp.txt └── psnr_bpp.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/README.md -------------------------------------------------------------------------------- /decode_B.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/decode_B.py -------------------------------------------------------------------------------- /encode_B.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/encode_B.py -------------------------------------------------------------------------------- /frames/current.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/frames/current.png -------------------------------------------------------------------------------- /frames/ref_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/frames/ref_1.png -------------------------------------------------------------------------------- /frames/ref_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/frames/ref_2.png -------------------------------------------------------------------------------- /model/flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/model/flow.py -------------------------------------------------------------------------------- /model/layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/model/layers.py -------------------------------------------------------------------------------- /model/m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/model/m.py -------------------------------------------------------------------------------- /results/mssim_bpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/results/mssim_bpp.txt -------------------------------------------------------------------------------- /results/psnr_bpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makinyilmaz/LHBDC/HEAD/results/psnr_bpp.txt --------------------------------------------------------------------------------