https://github.com/gabrielmajeri/nyuv2-python-toolbox
Python toolbox for the NYU Depth Dataset V2
https://github.com/gabrielmajeri/nyuv2-python-toolbox
dataset nyu-depth-v2 python
Last synced: 11 months ago
JSON representation
Python toolbox for the NYU Depth Dataset V2
- Host: GitHub
- URL: https://github.com/gabrielmajeri/nyuv2-python-toolbox
- Owner: GabrielMajeri
- License: mit
- Created: 2019-03-27T04:25:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T06:54:24.000Z (about 4 years ago)
- Last Synced: 2025-04-04T15:40:11.085Z (over 1 year ago)
- Topics: dataset, nyu-depth-v2, python
- Language: Python
- Size: 14.6 KB
- Stars: 80
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python Toolbox for the NYU Depth Dataset V2
## Description
Python support library for using the [NYU Depth Dataset V2][nyuv2].
The official toolbox for processing the raw dataset is written in MATLAB.
This repository contains a Python port of the toolbox.
[nyuv2]: https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html
## Project status
The port of the toolbox is **not** complete. I'm no longer actively adding new features on this project, but if you find this library useful, feel free to fork it, reuse it and/or contribute back to it.
## Features
This library currently contains code for:
- Higher-level interface to the labeled subset
- Raw dataset extraction and preprocessing
- Performing data augmentation
## License
The original toolbox was written by the authors of the dataset:
Nathan Silberman, Pushmeet Kohli, Derek Hoiem, Rob Fergus.
This code is licensed under the MIT license.
See the [LICENSE](LICENSE.txt) file for the full license text.