diff --git a/install.py b/install.py index 710e1ed..bc238a2 100644 --- a/install.py +++ b/install.py @@ -16,4 +16,4 @@ for package in packages: launch.run_pip(f'install {package}', desc=f'{package} for PBRemTools') if not launch.is_installed("segment_anything"): - launch.run_pip("install git+https://github.com/facebookresearch/segment-anything.git", desc="segment_anything") + launch.run_pip("install git+https://github.com/facebookresearch/segment-anything.git", desc="segment_anything for PBRemTools")