https://github.com/IDEA-Research/Grounded-SAM-2.git
해당 프로젝트가 필요해서 설치해보기로 했다.
#가상환경 3.12.12에서 실행
#기본적으로 리포에서 안내하는 설치스크립트를 따르되. 다음 절차를 추가한다.
cd grounding_dino
nano pyproject.toml
[build-system]
requires = [
"setuptools>=64",
"wheel",
"torch",
"torchvision"
]
build-backend = "setuptools.build_meta"
pip install -e grounding_dino

시간 날때 pyproject.toml과 setup.py에 대한 공부를 하자…
https://packaging.python.org/en/latest/tutorials/packaging-projects