RASNet: Segmentation for Tracking Surgical Instruments in Surgical Videos Using Refined Attention Segmentation Network (arXiv)
NOTE - Unofficial PyTorch implementation of RASNet
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
python3 main.py
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.
@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}
}