All Projects → tum-vision → rgbd_scribble_benchmark

tum-vision / rgbd_scribble_benchmark

Licence: GPL-3.0 license
RGB-D Scribble-based Segmentation Benchmark

Programming Languages

python
139335 projects - #7 most used programming language
matlab
3953 projects
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to rgbd scribble benchmark

Scoper
Fuzzy and semantic search for captioned YouTube videos.
Stars: ✭ 225 (+837.5%)
Mutual labels:  semantic
RGBD-SOD-datasets
All those partitioned RGB-D Saliency Datasets we collected are shared in ready-to-use manner.
Stars: ✭ 46 (+91.67%)
Mutual labels:  rgbd
v-semantic
Semantic-ui2 + vue2
Stars: ✭ 23 (-4.17%)
Mutual labels:  semantic
Semantic Ui
Semantic is a UI component framework based around useful principles from natural language.
Stars: ✭ 49,729 (+207104.17%)
Mutual labels:  semantic
OLGA
an Ontology SDK
Stars: ✭ 36 (+50%)
Mutual labels:  semantic
monodepth
Python ROS depth estimation from RGB image based on code from the paper "High Quality Monocular Depth Estimation via Transfer Learning"
Stars: ✭ 41 (+70.83%)
Mutual labels:  rgbd
Dataset loaders
A collection of dataset loaders
Stars: ✭ 187 (+679.17%)
Mutual labels:  semantic
react-semantic-redux-form
Semantic-ui-react components integration with Redux form
Stars: ✭ 57 (+137.5%)
Mutual labels:  semantic
JMantic
Java library for connecting to sc-machine
Stars: ✭ 14 (-41.67%)
Mutual labels:  semantic
pyhaystack
Pyhaystack is a module that allow python programs to connect to a haystack server project-haystack.org. Connection can be established with Niagara Platform running the nhaystack, Skyspark and Widesky. For this to work with Anaconda IPython Notebook in Windows, be sure to use "python setup.py install" using the Anaconda Command Prompt in Windows.…
Stars: ✭ 57 (+137.5%)
Mutual labels:  semantic
SRB
Code for "Improving Semantic Relevance for Sequence-to-Sequence Learning of Chinese Social Media Text Summarization"
Stars: ✭ 41 (+70.83%)
Mutual labels:  semantic
RGBD-semantic-segmentation
A paper list of RGBD semantic segmentation (processing)
Stars: ✭ 264 (+1000%)
Mutual labels:  rgbd
RGBDAcquisition
A uniform library wrapper for input from V4L2,Freenect,OpenNI,OpenNI2,DepthSense,Intel Realsense,OpenGL simulations and other types of video and depth input..
Stars: ✭ 56 (+133.33%)
Mutual labels:  rgbd
Tagsistant
Semantic filesystem for Linux, with relation reasoner, autotagging plugins and a deduplication service
Stars: ✭ 244 (+916.67%)
Mutual labels:  semantic
FLOBOT
EU funded Horizon 2020 project
Stars: ✭ 20 (-16.67%)
Mutual labels:  rgbd
Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+11379.17%)
Mutual labels:  semantic
rgbd ptam
Python implementation of RGBD-PTAM algorithm
Stars: ✭ 65 (+170.83%)
Mutual labels:  rgbd
c-compiler-frontend
💻NUAA 2017 编译原理 - C(缩减)语言编译器前端 - Python
Stars: ✭ 44 (+83.33%)
Mutual labels:  semantic
3DGNN
No description or website provided.
Stars: ✭ 56 (+133.33%)
Mutual labels:  rgbd
opentrack-cg
Repository for OpenTrack Community Group
Stars: ✭ 21 (-12.5%)
Mutual labels:  semantic

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].