/drr_utils_cpp

Primary LanguageC++MIT LicenseMIT

Deep Learning Spine DRR Toolkit Cpp

license

drr_utils_examples

Open3d Visualization

Image 1 Image 2

Repository Notes

This repository used cpp to reproduce drr_utils

TODO

see details
  • [*] main_drr_detection_dataset.cpp
  • [*] main_drr_segmentation_dataset.cpp

Quick Start

Install
# install yaml-cpp
git clone https://github.com/jbeder/yaml-cpp.git
cd yaml-cpp && mkdir build && cd build
cmake ..
sudo make install

# install boolst
sudo apt-get install libboost-all-dev

# install matplotlibcpp
git clone https://github.com/lava/matplotlib-cpp.git
cd matplotlib-cpp && mkdir build && cd build
cmake ..
sudo make install

# install opencv
sudo apt-get install libopencv-dev
Run
mkdir build
cd build
cmake ..
make
# if regenerate from zero just ran the follow command
./main_drr_detection_dataset -r true 
# generating data from where you left off
./main_drr_detection_dataset