Skip to content

Anonymous2022-cv/DeT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeT

We propose a transformer-based method for deinterlacing. The method consists of three main modules, the Feature extractor, Deinterlacing transformer and Densnet modules.

Installation

Dataset Preparation

  • Please refer to paper for more details.

Training

  • Please refer to main.py
    # Train on Vimeo-90K
    CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python main.py

Testing

  • Please refer to configuration of testing for more details.

    # Test on Vimeo-90K
    CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python demo_Vid4.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages