Git Product home page Git Product logo

Comments (5)

alanaberdeen avatar alanaberdeen commented on September 27, 2024

Hi @djshu,

Glad to hear you like to the tool!

If I understand correctly you want to serve the editor interface by default?
The page routes are defined in src/router/index.js, you'd be after the first entry in the list of routes.
Change the component attribute for the path '/' to Editor. See below:

 {
    path: '/',
    name: 'Landing',
    component: Editor
  }  

Additionally, the editor instance can be pre-defined by a JSON. See some documentation here. Point the interface to your JSON via setting the endpoint variable in the loadProject() function, src/store/modules/common/index.js.

This is a little clunky at the moment. I'd love to spend some time to make it easier for people to get going and it's definitely in the pipeline but just don't have the space just now.

Let me know if you have any feedback

from aida.

djshu avatar djshu commented on September 27, 2024

Wow, thank you! I got the demo I want. But how to open an image to annotate? I try to load an image like this, but nothing loaded. The feature I need is that I open a directory that contains many images, then I annotate images one by one, and save annotation for each image. Can you give me some tips to achieve it?
2018-08-02 11-37-32

from aida.

anupamme avatar anupamme commented on September 27, 2024

Hello, I also have similar question where I want to upload a DICOM image however I am not able to upload any image. So my question is in addition to how to upload, is can we upload a DICOM image directly?

from aida.

alanaberdeen avatar alanaberdeen commented on September 27, 2024

Hi all,

Sorry to be slow on this. Haven't been on track of any Github notifications for a while and just came across these.

The online demo still needs a significant amount of work to fully function in the way you describe. If you are just annotating for yourself then it might be useful to run the application locally. This would enable you to easily include your own images.

See the README for details on this.

Again, sorry to be slow and miss these issues. Hope it helps!

from aida.

alanaberdeen avatar alanaberdeen commented on September 27, 2024

@anupamme Specifically on the topic of DICOM.

The application won't be able to load the DICOM images directly. I recommend using a combination of openslide and libvips to convert your DICOM images to Deep Zoom. This will enable openseadragon, the image library in AIDA, to read the image files.

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.