An official implementation code for paper "Trusted Video Inpainting Localization via Deep Attentive Noise Learning". This repo provides code and trained weights.
- torch 1.7.0
- python 3.7
- DAVIS2016
- DAVIS2017
- MOSE
- VOS2k5-800 (in this paper we use 800 videos from VOS2k5)
The MOSE100 dataset in this paper can be found in this
For example to train:
python train.pyFor example to test:
download TruVIL_train_VI_OP.pth and place it in checkpoints directory.
python test.pyFor example to inference:
download TruVIL_train_VI_OP.pth and place it in checkpoints directory.
python inference.pyIf you use this code for your research, please cite our paper
@article{lou2025trusted,
title={Trusted Video Inpainting Localization via Deep Attentive Noise Learning},
author={Lou, Zijie and Cao, Gang and Lin, Man and Yu, Lifang and Weng, Shaowei},
journal={IEEE Transactions on Dependable and Secure Computing},
year={2025},
publisher={IEEE}
}
Licensed under a Creative Commons Attribution-NonCommercial 4.0 International for Non-commercial use only. Any commercial use should get formal permission first.
