Git Product home page Git Product logo

Comments (1)

alanaberdeen avatar alanaberdeen commented on September 26, 2024

Hi @rcasero,

Yes, this change was made to enable users to define a /data/projects directory with JSON files that prescribe the required image and annotation file. Some people found this an easier way of managing the relationships between images and annotations, particularly when there were multiple annotation files associated with a single image.

A project .json looks something like this:

{
  "projectName": "Example project name",
  "images": [
    {
      "name": "Mount Whilhelm",
      "path": "mountains/Mount_Wilhelm.jpg"    // Relative to data/images
    }
  ],
  "annotation": "Mount_Wilhelm.json"   // Relative to data/annotation

}

It's a bit unforgiving at the moment. The file has to be proper JSON or it throws errors.

A side effect of all this, as you note, was the switch to the Vuetify treeview component. This results in the whole directory structure being shown on the dashboard. I spent some time attempting to enable a filter for only AIDA applicable files (hiding the _files directories for example) but the Vuetify component is a little inflexible here and doesn't support doing this in a robust way just now.

I'll keep an eye on it though. I think you're right in that it would be nice to toggle a view where only AIDA applicable files were shown. Perhaps this should even be the default.

from aida.

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.