Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T06:54:24.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:02:13.381Z (over 1 year ago)
- Topics: dataset, nyu-depth-v2, python
- Language: Python
- Size: 14.6 KB
- Stars: 64
- 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.