Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is requirements.txt #3

Closed
emptykk opened this issue Jul 8, 2024 · 1 comment
Closed

where is requirements.txt #3

emptykk opened this issue Jul 8, 2024 · 1 comment

Comments

@emptykk
Copy link

emptykk commented Jul 8, 2024

  1. Clone Repositories and Related Packages
    1.1 image-textualization
    git clone https://github.com/sterzhang/image-textualization.git
    cd image-textualization
    conda create --name image-textualization python=3.8 -y
    conda activate image-textualization
    pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
    pip install -r requirements.txt
@sterzhang
Copy link
Owner

  1. Clone Repositories and Related Packages
    1.1 image-textualization
    git clone https://github.com/sterzhang/image-textualization.git
    cd image-textualization
    conda create --name image-textualization python=3.8 -y
    conda activate image-textualization
    pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
    pip install -r requirements.txt

Hi, thank you for your interest! Actually you can just skip this part, we just use the requirements of the vision experts we use (Groundingdino, detectron2, GRiT, SAM), you can install the corresponding packages of their repos. For the recaptioning phrase, you can just install packages according to LLama3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants