Giter Site home page Giter Site logo

yangxin6 / partnet_seg_exps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daerduocarey/partnet_seg_exps

0.0 0.0 0.0 1.96 MB

PartNet Shape Segmentation Experiments Code Repo

Home Page: https://cs.stanford.edu/~kaichun/partnet/

License: Other

Shell 1.36% C++ 17.57% Python 69.85% Cuda 11.21%

partnet_seg_exps's Introduction

PartNet: A Large-scale Benchmark for Fine-grained and Hierarchical Part-level 3D Object Understanding

This repository contains code and scripts for PartNet segmentation experiments in Section 5.

About this repository

    data/
        sem_seg_h5/                 # the train/val/test data for Sec 5.1
        ins_seg_h5/                 # an intermediate data format for Sec 5.3
        ins_seg_h5_for_detection/   # the train/val data for our proposed method in Sec 5.3
        ins_seg_h5_for_sgpn/        # the train/val data for SGPN baseline in Sec 5.3
        ins_seg_h5_gt/              # the ground-truth test data in Sec 5.3
    exps/
        sem_seg_pointcnn            # the code for PointCNN baseline in Sec 5.1
        ins_seg_detection/          # the code for our proposed method in Sec 5.3
        ins_seg_sgpn/               # the code for SGPN baseline in Sec 5.3
        utils/                      # some utility functions
        tf_ops/                     # some customized Tensorflow layers (you may need to re-compile them on your machine)
    stats/
        all_valid_anno_info.txt         # Store all valid PartNet Annotation meta-information
                                        # <anno_id, version_id, category, shapenet_model_id, annotator_id>
        before_merging_label_ids/       # Store all expert-defined part semantics before merging
            Chair.txt
            ...
        merging_hierarchy_mapping/      # Store all merging criterion
            Chair.txt
            ...
        after_merging_label_ids/        # Store the part semantics after merging
            Chair.txt                   # all part semantics
            Chair-hier.txt              # all part semantics that are selected for Sec 5.2 experiments
            Chair-level-1.txt           # all part semantics that are selected for Sec 5.1 and 5.3 experiments for chair level-1
            Chair-level-2.txt           # all part semantics that are selected for Sec 5.1 and 5.3 experiments for chair level-2
            Chair-level-3.txt           # all part semantics that are selected for Sec 5.1 and 5.3 experiments for chair level-3
            ...
        train_val_test_split/           # An attemptive train/val/test splits (may be changed for official v1 release and PartNet challenges)
            Chair.train.json
            Chair.val.json
            Chair.test.json

Dataset Repo

Please check the dataset repo for downloading the dataset and helper scripts for data usage.

Cite

@InProceedings{Mo_2019_CVPR,
    author = {Mo, Kaichun and Zhu, Shilin and Chang, Angel X. and Yi, Li and Tripathi, Subarna and Guibas, Leonidas J. and Su, Hao},
    title = {{PartNet}: A Large-Scale Benchmark for Fine-Grained and Hierarchical Part-Level {3D} Object Understanding},
    booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    month = {June},
    year = {2019}
}

Questions

Please post issues for questions and more helps on this Github repo page. For data annotation error, please fill in this errata.

License

MIT Licence

partnet_seg_exps's People

Contributors

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