HumanSignal / HumanSignal/label-studio-ml-backend

segment_anything_2_video autodetect toolbar

Open
#763 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.1k
Forks
490
Avg merge
1d 14h
Merged PRs (30d)
3

Description

Is it possible to have the "autodetect toolbar" like in `segment_anything_2_image` on the `segment_anything_2_video` model?

I tried it like this
```


.main {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 20px;
}
.container {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.column {
flex: 1;
padding: 10px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
}
.column .title {
margin: 0;
color: #333;
}
.column .label {
margin-top: 10px;
padding: 10px;
background-color: #f9f9f9;
border-radius: 3px;
}
.image-container {
width: 100%;
height: 300px;
background-color: #ddd;
border-radius: 5px;
}




Choose Label







Use Keypoint







Use Rectangle











```

But it doesn't work

Image

Is only VideoRectangle available for videos? Is there a list of the available tags?

Thanks

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by comparing the segment_anything_2_image and segment_anything_2_video configurations, focusing on the autodetect toolbar and the VideoRectangle, KeyPointLabels, and RectangleLabels tags shown in the issue. Check the available tag list and determine whether equivalent autodetection is supported for video; done means the supported configuration or limitation is clearly established.

Written by the indexing model from the issue text.

Assessment

Domain
frontend, machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.