Skip to content

kingkung2016/MoADNet

Repository files navigation

MoADNet

MoADNet: Mobile Asymmetric Dual-Stream Networks for Real-Time and Lightweight RGB-D Salient Object Detection

This is the official implementation of "MoADNet: Mobile Asymmetric Dual-Stream Networks for Real-Time and Lightweight RGB-D Salient Object Detection" as well as the follow-ups. The paper has been published by IEEE Transactions on Circuits and Systems for Video Technology, 2022. The paper link is here.


Content


Run MoADNet code

  • Train
    run python train.py
    # set '--train-root' to your training dataset folder

  • Test
    run python test.py
    # set '--test-root' to your test dataset folder
    # set '--ckpt' as the correct checkpoint


Saliency maps

  • The saliency maps can be approached in Baidu Cloud (fetach code is moad). Note that the results provided in paper are the average values after several training times.

Evaluation tools

  • The evaluation tools, training and test datasets can be obtained in RGBD-SOD-tools.

Citation

@ARTICLE{jin2022moadnet,
  author={Jin, Xiao and Yi, Kang and Xu, Jing},
  journal={IEEE Transactions on Circuits and Systems for Video Technology}, 
  title={MoADNet: Mobile Asymmetric Dual-Stream Networks for Real-Time and Lightweight RGB-D Salient Object Detection}, 
  year={2022},
  volume={32},
  number={11},
  pages={7632-7645}
}

About

MoADNet: Mobile Asymmetric Dual-Stream Networks for Real-Time and Lightweight RGB-D Salient Object Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages