Coder Social home page Coder Social logo

ordinal-segmentation-python3's Introduction

Ordinal Segmentation using Deep Neural Networks [ported to Python3+TensorFlow2]

This is Kelwin's code to his paper: https://ieeexplore.ieee.org/document/8489527

My changes (Ricardo):

  • used the command-line 2to3 to port from Python2 to Python3
  • modified the imports to use tensorflow.compat.v1 API (compatibility API)
  • some minor changes to make it work: such as using multiprocessing=True since I was getting erros due to thread unsafe generator.
  • added a symlink: data/partitions to /data/bioeng/ordinal-segmentation/partitions (adjust to your datapath)
  • I also added a baseline that uses 'softmax' instead of the 'sigmoid' (default)
  • There are some warnings: I am ignoring them

How to use?

  • Install latest TensorFlow: pip3 install tensorflow
  • Just run python3 eval_ordinal_networks.py --dataset /data/bioeng/ordinal-segmentation/teeth.json for the teeth dataset. It will automatically train all models and evaluate them.
  • This will run for the first fold only. To run for other folds, you need to use --first and --last.

ordinal-segmentation-python3's People

Contributors

rpmcruz avatar kelwinfc avatar rafaavc avatar

Watchers

 avatar

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.