rmartimarly / DXA-VAE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DXA-VAE

This repo houses code used for NeurIPS 2022 submission entitled "Quantitative Imaging Principles Improves Medical Image Learning"

  • DXA = Dual Energy X-ray Absorptiometry
  • VAE = Variational AutoEncoder

Watch the video


Prerequisites

  • Linux Kernel: 4.4+
  • CUDA Version: 10.1
  • Python 3.6+ and the following modules:
    • Keras_Preprocessing==1.1.2
    • matplotlib==3.3.4
    • numpy==1.19.2
    • pandas==1.2.3
    • tensorflow==1.13.1

Usage

Example

python train.py -c train.config

Datasets

Data used for training and experiments are available upon request. Inquire at https://shepherdresearchlab.org/services/


Models and Weights

Trained VAE, encoder, and Pseudo-DXA models are available upon request. Inquire at https://shepherdresearchlab.org/services/

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%