tianrun-chen / SAM-Adapter-PyTorch

Adapting Meta AI's Segment Anything to Downstream Tasks with Adapters and Prompts
MIT License
968 stars 83 forks source link

怎么安装使用? #1

Closed Hoantrbl closed 1 year ago

Hoantrbl commented 1 year ago

This code was implemented with Python 3.8 and PyTorch 1.13.0. You can install all the requirements via:

pip install -r requirements.txt

没有看见requirements.txt文件,并且看见model文件夹内有mmseg,是否需要安装mmseg?

tianrun-chen commented 1 year ago

Thanks for pointing out! We have added the file!