This repository is the official implementation of the paper RSRefSeg 2: Decoupling Referring Remote Sensing Image Segmentation with Foundation Models, developed based on the OpenMMLab codebase. The ...
Create a virtual environment named maniptrans with Python 3.8. Note that IsaacGym only supports Python versions up to 3.8. conda create -y -n maniptrans python=3.8 conda activate maniptrans pip ...