Coder Social home page Coder Social logo

mstfn's Introduction

Multi-stage Spatio-Temporal Fusion Network for Fast and Accurate Video Bit-depth Enhancement

This is the official implementation of Multi-stage Spatio-Temporal Fusion Network for Fast and Accurate Video Bit-depth Enhancement (IEEE Transactions on Multimedia 2023) in Pytorch.

Copyright(c) 2023 Jing Liu

If you use this code, please cite the following publication:
J. Liu, Z. Fan, Z. Yang, Y. Su, and X. Yang, "Multi-stage Spatio-Temporal Fusion Network for Fast and Accurate Video Bit-depth Enhancement", to appear in IEEE Transactions on Multimedia.

Environment

You can run conda env create -f mstfn.yml to create the environment

  • python=3.6
  • ubuntu 20.04
  • pytorch=1.6.0
  • torchvision=0.7
  • opencv-python==4.6

How to Test

We provide folders "./dataset/test_frames_16bit" and "./dataset/test_frames_12bit" to realize 4-bit to 16-bit and 8-bit to 12-bit BDE tasks respectively. When testing, prepare the testing dataset, and modify the dataset path and other related content in the code. We provide a test sequence(16bit and 12bit) for testing. You can directly test on the testing frames by running

$ python test.py

Note

  • We provide recovery results in the folder "result". When testing, the predicted results are saved in the folder "test" .
  • The files "./metrics/SSIM_PSNR.m" is used to calculate PSNR and SSIM.

mstfn's People

Contributors

tjummg avatar yurizzzzz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.