Giter VIP home page Giter VIP logo

armscan_env's People

Contributors

carlocagnetta avatar mischapanch avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

armscan_env's Issues

Set a @cache for reward calculation

So that the reward is not calculated multiple times for the observations, it is best to set a @cache call.
The idea is to use @lru_cache(max_size=100).
This means, that the parameters of the function anatomy_based_rwd shall be hashable.
Its parameters are tissue_clusters and n_landmarks.

PArameter tissue_clusters is a dataclass TissuClusters which consists as well of the dataclass elements DataCluster. In this two dataclasses, the __hash__ method needs to be implemented.

Change figures extent

Change the extent of the images, so that they are shown in metric dimension instead of pixel indexes.

Pad volumes

Pad the volumes with 0s so that the arrays have same dimension when rendering., keeping the model in the hand.

Volumes interpolation

All volumes should have the same spacing, hence resolution.
The size of the volumes should be changed accordingly, so that:
new_size = physical_size / spacing

Tests for optimal slices

Test that for each volume, its optimal slice action leads to a reward smaller than termination threshold.

Relative volume direction (orientation) considered in slicing actions

Since the volume orientation is saved under GetDirection(), the random rotation applied do augment the data does not have any effect on the slicing actions. In fact, it is possible to get the same slice without changing the action rotation, even though the volume has been transformed with a random rotation.

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.