Git Product home page Git Product logo

Comments (4)

atbenmurray avatar atbenmurray commented on July 17, 2024

I'm progressing a design doc for the preprocessing pipeline in the wiki. Things have been hectic this week but we should book a meeting slot for Monday afternoon to have a discussion and for others to contribute their ideas. We could aim for 9am Pacific Time, 5pm UK time if everyone is free.

(use case of loading/padding/cropping windows: https://github.com/MIC-DKFZ/batchgenerators/blob/master/batchgenerators/examples/brats2017/brats2017_dataloader_2D.py)

from monai.

atbenmurray avatar atbenmurray commented on July 17, 2024

Conclusions of meeting:

  1. All transforms should be implemented as vanilla python functions
  2. A Compose function will be implemented that composes functions assuming a single argument and single return value (both of which can be dictionaries)
  3. A generic wrapper will be implemented that wraps vanilla transforms so that they can be Composed. The wrapper takes a dictionary and mappings between the dictionary entries and the functions. This will be added to a WIP PR on a branch created for this purpose
    1. We will find challenging use cases that test the genericity of the wrapper with the goal that the wrapper remains completely generic
  4. We will write an alternative to compose that allows users to create non-linear combinations of transforms and avoid the use of wrappers. The goal is to allow torchvision style compose but prefer the avoidance of compose

from monai.

atbenmurray avatar atbenmurray commented on July 17, 2024

Following a successful discussion, the following issues for implementing specific parts of this work have been split up into individual work items that can be independently PR-ed and closed

  • #58 for the adaptor functionality / docs
  • #59 for the Compose functionality / docs
  • #61 for the wiki updates

from monai.

pdogra89 avatar pdogra89 commented on July 17, 2024

Everyone to import transforms to this and stress test the adapt capabilities.

from monai.

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.