HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.31k stars 2.4k forks source link

Installed grounding_sam but actions are not added #6607

Open trongldwork opened 1 week ago

trongldwork commented 1 week ago

Describe the bug I've install grounding_sam ML backend and it works, but when i click at actions button like batch predictions tutorial, the options for batch predictions with prompt by grounding DINO is not showed.

To Reproduce Steps to reproduce the behavior:

  1. Go to Data Manager
  2. Select tasks
  3. Click on actions button
  4. See error

Expected behavior Pls, help me to solve it

Screenshots

image image image

heidi-humansignal commented 4 days ago

Hello,

You have to clone feature branch. Here are the instruction:

To enable batch predictions with GroundingDINO and SAM, please follow these steps:

  1. Clone the Label Studio feature branch that includes the experimental batching functionality:

    git clone -b feature/dino-support https://github.com/HumanSignal/label-studio.git

  2. Navigate to the cloned directory:

    cd label-studio

  3. Run Label Studio using Docker Compose:

    docker compose up

Thank you, Abu

Comment by Abubakar Saad Workflow Run