Giter Site home page Giter Site logo

unsupervisedgloveaction's Introduction

Unsupervised Learning of Hierarchical Models for Hand-Object Interactions (ICRA 2018)

Source Code of Clustering pipeline / ACA optimization / Inference labeling

Usage

$ git clone https://github.com/xiaozhuchacha/AtomicAction.git

Clustering

  • use 'main.m' as the entry in 'Clustering' folder to start clustering pipeline
  • sample hand data is placed in 'Clustering/hand_data'

ACA

  • use 'ACA.cpp' as the entry in 'ACA' folder to start clustering optimization
  • to compile: g++ ACA.cpp -o ACA
  • execute: ./ACA [NC] [data_name], eg. ./ACA 9 sample_hand_data

Inference

  • use 'AnnealGibbs.py' as the entry in 'Inference' folder to start Gibbs annealing
  • parser is placed in 'Inference/induced_grammar' to calculate prior
  • gaussians are placed in 'Inference/Gaussians' to calculate likelihood
  • use 'main.m' as the entry in 'Inference/Gaussians' to compute gauusian parameters w.r.t ground truth labeled data
  • labeled motion sequence as input can be found either in 'Clustering/hcluster' as hierarchical clustering result or 'ACA/ACAbin' as ACA optimization result
  • execute: python AnnealGibbs.py [--nlabel] [--data-name], eg. python AnnealGibbs.py --nlabel 6 --data-name sample_hand_data

Contact

Paper Link

  • see gloveaction2018icra.pdf

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.