mamba create -n rda python=3.11 -y && mamba activate rda
- 아래 링크를 통해 본인의 환경에 맞는 Pytorch를 설치. (The code requires python>=3.10, as well as torch>=2.3.1 and torchvision>=0.18.1)
git clone https://github.com/facebookresearch/segment-anything-2.git
cd segment-anything-2 & pip install -e .
If you are installing on Windows, it's strongly recommended to use Windows Subsystem for Linux (WSL) with Ubuntu.
아래의 명령어를 실행, 스크립트를 통해 모델 weight를 다운로드 받을 수 있음.
cd checkpoints && \
./download_ckpts.sh && \
cd ..
or individually from:
pip install plantcv numpy==1.26.4 kornia transformers notebook ipywidgets opencv-python timm scipy \
scikit-image tqdm prettytable huggingface_hub
- './img_src/CF/cf_samples_for_additional_cal' 폴더에는 노트북 예시를 위한 이미지가 압축파일로 있습니다.