Coder Social home page Coder Social logo

ml-lab / 3dvp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yuxng/3dvp

0.0 3.0 0.0 1.03 GB

Data-Driven 3D Voxel Patterns for Object Category Recognition

Home Page: http://cvgl.stanford.edu/projects/3DVP

License: MIT License

MATLAB 75.21% C++ 23.41% Python 0.30% Shell 0.15% C 0.88% Makefile 0.05% M 0.01%

3dvp's Introduction

3DVP: Data-Driven 3D Voxel Patterns for Object Category Recognition

Created by Yu Xiang at CVGL at Stanford University.

Introduction

We propose a novel object representation, 3D Voxel Pattern (3DVP), that jointly encodes the key properties of objects including appearance, 3D shape, viewpoint, occlusion and truncation. We discover 3DVPs in a data-driven way, and train a bank of specialized detectors for a dictionary of 3DVPs. The 3DVP detectors are capable of detecting objects with specific visibility patterns and transferring the meta-data from the 3DVPs to the detected objects, such as 2D segmentation mask, 3D pose as well as occlusion or truncation boundaries. The transferred meta-data allows us to infer the occlusion relationship among objects, which in turn provides improved object recognition results.

License

3DVP is released under the MIT License (refer to the LICENSE file for details).

Citing 3DVP

If you find SubCNN useful in your research, please consider citing:

@incollection{xiang2015data,
    author = {Xiang, Yu and Choi, Wongun and Lin, Yuanqing and Savarese, Silvio},
    title = {Data-Driven 3D Voxel Patterns for Object Category Recognition},
    booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    pages = {1903--1911},
    year = {2015}
}

File Organization

  1. Geometry: scripts to voxelize 3D CAD models.

    # voxelize 3D CAD models
    cad_train.m
  2. KITTI/PASCAL3D: scripts to discover 3DVPs from the KITTI/PASCAL3D+ detection benchmark.

    # create 3D voxel exemplars
    create_annotations.m
    
    # prepare clustering data for 3DVPs
    prepare_clustering_data.m
    
    # clustering to discover 3DVPs
    cluster_3d_occlusion_patterns.m
  3. ACF: ACF detectors for 3DVPs

    # training and testing ACF detectors for 3DVPs
    exemplar_dpm_train_and_test_batch_aps.m
  4. ContextW: occlusion reasoing with 3DVPs

    # greedy occlusion reasoning with 3DVPs
    greedy_occlusion_reasoning.m

3dvp's People

Contributors

group-behavior15 avatar suyogdjain avatar yuxng avatar

Watchers

 avatar  avatar  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.