Giter Site home page Giter Site logo

Comments (5)

iitdpooja avatar iitdpooja commented on August 16, 2024 2

Hey,

I need to annotate video using keypoints. I am also looking for solution like this. Can somebody please explain to me about this.
I want to make a skeleton structure using 100 keypoints.

from label-studio.

makseq avatar makseq commented on August 16, 2024 1

Hi, LS doesn't support skeleton structure with keypoints yet, but you can try keypoints grouping using the region panel.
https://www.youtube.com/watch?v=V3ieJGky3yc

from label-studio.

deppp avatar deppp commented on August 16, 2024

Hey @samirbr,

Thanks for bringing that up! I think it can also be relevant for other labeling types, and the question we need to answer is how to put in a group of labels (possibly connected somehow) into the object (image).

<KyPointLabels name="kp">
  <Label value="Nose" />
  <Label value="Ear" />
  <Label value="Lip" />
  <LabelGroup value="Nose and Ear" connected="True" values="Nose,Ear" states="[[1,1], [2,2]" />
  <LabelGroup value="Nose and Ear and Lip" connected="True" values="Nose,Ear,Lip" states="[[1,1], [2,2], [3,3]]" connections="[[0,1],[0,2]]" />
<KeyPointLabels>

That would provide labels that can create 2 & 3 keypoints with the initial state being the location of the keypoints on the image. And for three keypoint label nodes are going to be connected using the line. I think it's a general approach that would enable you to create multiple elements at once, and also extendable further if we introduce an ability to ask for the initial state from the user/model.

Overall it's in the pipeline, but need to think more about implementation, ideas are more than welcome.

from label-studio.

iitdpooja avatar iitdpooja commented on August 16, 2024

from label-studio.

makseq avatar makseq commented on August 16, 2024

In video labeling you can use only bounding boxes for now. Yes, you will be able group bboxes using the region panel.

from label-studio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.