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

Two computer vision tasks combined #6788

Open
JasonSloan opened this issue Dec 13, 2024 · 2 comments
Open

Two computer vision tasks combined #6788

JasonSloan opened this issue Dec 13, 2024 · 2 comments

Comments

@JasonSloan
Copy link

Hi, there!
Can i combine the two tasks keypoints and object-detection bouding boxes labeling into one template?
Best wishes!

@lovelesh
Copy link

Yes. You can definitely do that.
Refer to SAM Integration guide

@heidi-humansignal
Copy link
Collaborator

Hello Jason,

Do you mean something like this:

<View> <Image name="image" value="$image"/> <RectangleLabels name="bbox" toName="image"> <Label value="Object" background="blue"/> </RectangleLabels> <KeyPointLabels name="keypoint" toName="image"> <Label value="Keypoint" background="red"/> </KeyPointLabels></View>

Thank you,
Abu

Comment by Abubakar Saad
Workflow Run

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

No branches or pull requests

3 participants