Giter Club home page Giter Club logo

Comments (6)

DanielStraussKritzinger avatar DanielStraussKritzinger commented on June 11, 2024 3

I solved my problem by making use of ImgLabel and writing a small script which uses a object detection model output and writes it out in the same xml format and directory as required by ImgLabel.

This essentially works as an active learning pipeline as it auto annotates all the images which then only requires review by an annotator.

If you have any more questions let me know!

from vott.

srv-gabriel avatar srv-gabriel commented on June 11, 2024

Do you have any documentation about using active learning in VoTT? If you do, can you send me, please? I'm not finding anything about it.

from vott.

vidalsasun avatar vidalsasun commented on June 11, 2024

@DanielStraussKritzinger can you share the code please?

thank you

from vott.

wmpauli avatar wmpauli commented on June 11, 2024

Are there any updates on this issue. I'm running into the same problem. compared my model.json with the one contained in this repo, and cannot find any obvious differences. Is it possible that the issue is with the version of TF? I used 2.4. Maybe the binary format has chanced since November 2020?

from vott.

DanielStraussKritzinger avatar DanielStraussKritzinger commented on June 11, 2024

Vott is a dead project with very little people working on it. Honestly, check out ImgLabel. When labelling, it outputs its labelled annotations to a specified file in xml format. This output file both stores outputted annotations, but is also used to read into the application the annotations made. This thus means that you can manually add annotations to the xml file or you can use a model to predict the annotations and then write the output to the xml file. I did this and it works perfectly. You thus label a few images, train your model on those images, run the trained model on the images (which automatically also edits the xml files), check the newly annotated images for anything which is missing or wrong on imglabel, repeat...

from vott.

wmpauli avatar wmpauli commented on June 11, 2024

I see, thanks. I had specific constraints that lead me to use VoTT (e.g. Azure blob storage support). Other options that directly support active learning are CoCo Annotator and Prodigy. https://github.com/jsbroks/coco-annotator and https://prodi.gy/

from vott.

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.