Giter Site home page Giter Site logo

abandonsea / rgbd_scribble_benchmark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tum-vision/rgbd_scribble_benchmark

0.0 0.0 0.0 682.87 MB

RGB-D Scribble-based Segmentation Benchmark

License: GNU General Public License v3.0

Python 76.76% MATLAB 16.04% Makefile 1.06% C++ 6.14%

rgbd_scribble_benchmark's Introduction

TUM RGB-D Scribble-based Segmentation Benchmark

Description

The RGB-D dataset contains the following

  • The number of RGB-D images is 154, each with a corresponding scribble and a ground truth image.
  • Every image has a resolution of 640 × 480 pixels.
  • The measurement of the depth images is millimeter.
  • The categorization differentiates between 95 classes.
  • All scenes are indoor.
LabeledImagesThis folder includes all images with the naming convention: [scene]_[number]_[image type].png, where scene is either bedroom, kitchen, livingroom or random and image type is either image, depth, scribbles or gt.
RawDataIn this folder the original data in .xcf format can be found.
UnalignedDepthOne can find here all depth images before they were registered.
rgbd_palette.gplThe ground truth and scribble images are converted to indexed mode. The related color palette is saved in this file.
LabelColorMapping.csvThis file describes which color belongs to which object class.
displayLabeledImages.pyFor visualization this script provides an overview of one image with the associated classes.
CalibrationThis folder contains the scripts, parameters and the images which were used for finding the parameters and for registering the depth images.

Example

./LabeledImages/kitchen_22_image.png./LabeledImages/kitchen_22_gt.png
./LabeledImages/kitchen_22_depth.png./LabeledImages/kitchen_22_scribbles.png

For visualizing the point cloud, this matlab script can be used.

figure( 1, "visible", "off" );
depth = imread('LabeledImages/kitchen_22_depth.png');
depth = double(depth);
img = imread('LabeledImages/kitchen_22_image.png');
surf(depth, img, 'FaceColor', 'texturemap', 'EdgeColor', 'none' )
view(158, 38)
print -dpng pointCloud.png;
ans = "pointCloud.png";

pointCloud.png

Citation

If you use the dataset, please cite as following

@misc{tum-rgbd_scribble_dataset,
 author    = {Caner Hazirbas and Andreas Wiedemann and Robert Maier and Laura Leal-Taixé and Daniel Cremers},
 title     = {TUM RGB-D Scribble-based Segmentation Benchmark},
 howpublished = {\url{https://github.com/tum-vision/rgbd_scribble_benchmark}},
 year = {2018}
}

rgbd_scribble_benchmark's People

Contributors

a-wiedemann avatar shitole07 avatar kareemyousrii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.