Code Monkey home page Code Monkey logo

ir-tp-net's Introduction

AI-based 3D depth sensing from stereo vision systems

Multi-input neural network to predict disparity maps

Network name: ir-tp-net (infrared tile processing network)

Notes

ir-tp-net

ir-tp-net is a two-stage deep neural network (DNN). Stage 1 includes dynamic parallel sub-networks, that are then concatenated to form a single sub-network in stage 2.

This python library works on specific multi-layer TIFF images, that were generated via a complex preprocessing stage for multi-sensor stereo-vision (including image correction and 2D phase correlation).

Related github repo

The additional github repository "disp-map-analysis" provides additional pre-processing and post-processing python scripts.

Installation and requirements

Installation using conda

> conda create --name <env_name> --file <conda_environment.yaml>
> conda activate <env_name>

OR

> source activate <env_name>

General libraries being used:

  • python 3.9
  • pillow, numpy, pandas, matplotlib
  • pytorch, torchio, imageio, tensorboard
  • scikit-learn, yaml

Execution

DNN training using configuration file

Command line:

> python3 AI_Training.py --config AI_Training_Config.yaml

DNN inference using configuration file

Command line:

> python3 AI_Inference_CSV.py --config AI_Inference_Config.yaml --verbose

ir-tp-net's People

Contributors

clementsan avatar

Stargazers

 avatar

Watchers

 avatar  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.