make image files for the NYU Depth Dataset V2

July 5, 2019 · View on GitHub

Description

convert files from mat to image for using the NYU Depth Dataset V2.

How to use

  • prepare requirements
pip3 install -r requirements.txt
  • run
# custom implimentation : convert from depth map to colorization
python3 make_image_depth_map.py

or

# colorization : fill_depth_colorization-py (reference)
python3 make_image_fill_depth_colorization.py

folder structure

tree -d
└── data
    ├── depth_gray
    ├── depth_hsv_color
    └── image

reference

other implimentation