GitXplorerGitXplorer
G

nyuv2-python-toolbox

public
77 stars
11 forks
1 issues

Commits

List of commits on branch main.
Unverified
77f55b3d1156d364bb1e158676cf5b3eecd7e4bc

Update requirements.txt

aalexspringgit committed 3 years ago
Verified
9394c589416b744a5b812d4b8535e286787f2073

Add project status update to `README`

GGabrielMajeri committed 3 years ago
Unverified
ba4cd83b094c8b34348e08b1ede6ca89427ee2de

Fix h5py warning

GGabrielMajeri committed 4 years ago
Unverified
48b08b24f75e7a824e6cb2e61bad7c0c34a21683

Add Python venv to gitignore

GGabrielMajeri committed 4 years ago
Verified
300c45eb3fcd38e64ceef65e7baa34eb8c5d7140

Update value of `diff` in loop

GGabrielMajeri committed 5 years ago
Unverified
1ad502ca083fd81f908ffe28daab814a7fa724ce

Add missing project function

GGabrielMajeri committed 6 years ago

README

The README file for this repository.

Python Toolbox for the NYU Depth Dataset V2

Description

Python support library for using the NYU Depth Dataset V2.

The official toolbox for processing the raw dataset is written in MATLAB. This repository contains a Python port of the toolbox.

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 file for the full license text.