Giter VIP home page Giter VIP logo

Comments (11)

sreevardhanreddi avatar sreevardhanreddi commented on August 26, 2024 1

@SkalskiP Yes!!, I will be glad to contribute

from make-sense.

SkalskiP avatar SkalskiP commented on August 26, 2024 1

@sreevardhanreddi and @animebing all changes can be tested here: https://develop.makesense.ai

from make-sense.

SkalskiP avatar SkalskiP commented on August 26, 2024

@animebing Perhaps you and I could work together? To add such functionality to MakeSense?

from make-sense.

sreevardhanreddi avatar sreevardhanreddi commented on August 26, 2024

@SkalskiP I am interested in implementing the line annotation, could you explain how the mouse events and labels are tied together?

from make-sense.

SkalskiP avatar SkalskiP commented on August 26, 2024

@sreevardhanreddi would you like to contribute to MakeSense?

from make-sense.

SkalskiP avatar SkalskiP commented on August 26, 2024

Sounds great! Is there any popular format of line labels?

from make-sense.

sreevardhanreddi avatar sreevardhanreddi commented on August 26, 2024

I didn't find any, but we can provide the data like this

in CSV format

label from point (x,y) to point (x,y) image
label name 1,1 2,2 image name

in JSON format


{
  "image": "image name",
  "from": {
    "x": 1,
    "y": 1
  },
  "to": {
    "x": 2,
    "y": 2
  },
  "label": "label name"
}


from make-sense.

SkalskiP avatar SkalskiP commented on August 26, 2024

@sreevardhanreddi and @animebing I already started work on this feature. I guess it should be on develop soon. I'll keep you posted. ;)

from make-sense.

SkalskiP avatar SkalskiP commented on August 26, 2024

@sreevardhanreddi and @animebing pull request with line labels is open: #89

from make-sense.

SkalskiP avatar SkalskiP commented on August 26, 2024

@sreevardhanreddi and @animebing, what would be the topical use case for this kind of annotation?

from make-sense.

sreevardhanreddi avatar sreevardhanreddi commented on August 26, 2024

@SkalskiP Line annotation can be used for edge/boundary detection

from make-sense.

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.