Skip to content

smj007/RASNet-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASNet: Segmentation for Tracking Surgical Instruments in Surgical Videos Using Refined Attention Segmentation Network (arXiv)

NOTE - Unofficial PyTorch implementation of RASNet


Sample Data

Download from [Dataset Link] and place it inside the repository root and unzip. To train the model, download the Endovis 17/18 dataset from here and set the root directory in main.py

Usage (Training and Validation)

python3 main.py    

Dependencies

This code was developed with python3.6

Python (3.6.x)
PyTorch (1.7.x)
CUDA (10.2)
cuDNN (7.6.5)
numpy (1.19.5)     

For further details, contact Sai Mitheran via Linkedin, or via email by clicking the icon below.


To cite the original paper

@misc{ni2019rasnet,
      title={RASNet: Segmentation for Tracking Surgical Instruments in Surgical Videos Using Refined Attention Segmentation Network}, 
      author={Zhen-Liang Ni and Gui-Bin Bian and Xiao-Liang Xie and Zeng-Guang Hou and Xiao-Hu Zhou and Yan-Jie Zhou},
      year={2019},
      eprint={1905.08663},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

About

Unofficial PyTorch Implementation of RASNet (https://arxiv.org/abs/1905.08663)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages