conda create -n ISTR python=3.8 -y
conda activate ISTR
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c pytorch
or (conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch)
pip install opencv-python
pip install scipy
pip install shapely
git clone https://github.com/hujiecpp/ISTR.git
cd ISTR
python setup.py build develop
@article{hu2021istr,
title={Istr: End-to-end instance segmentation with transformers},
author={Hu, Jie and Cao, Liujuan and Lu, Yao and Zhang, ShengChuan and Wang, Yan and Li, Ke and Huang, Feiyue and Shao, Ling and Ji, Rongrong},
journal={arXiv preprint arXiv:2105.00637},
year={2021}
}
@article{hu2024istr,
author={Hu, Jie and Lu, Yao and Zhang, Shengchuan and Cao, Liujuan},
title={ISTR: Mask-Embedding-Based Instance Segmentation Transformer},
journal={IEEE Transactions on Image Processing},
year={2024},
volume={33},
pages={2895-2907},
doi={10.1109/TIP.2024.3385980}
}