Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 812 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 812 Bytes

VLD-Net

This is the official pytorch implementation of "VLD-Net: Localization and Detection of the Vertebrae from X-ray Images by Reinforcement Learning with Adaptive Exploration Mechanism and Spine Anatomy Information"

Requirements

CUDA 11.4
Python 3.7
Tensorflow-gpu 2.5.0
Tensorboard 2.11.0

Usage

Installation

  • Clone this repo
git clone https://github.com/hlyf-xs/VLD-Net.git
cd VLD-Net
  1. Download MICCAI 2019 AASCE Challenge Dataset, and BUU LSPINE dataset, then put them into data/

  2. Train the model

sh run.sh

Citation

If you find our work is useful for you, please cite us.

Contact

Shun Xiang ([email protected])