raymondyeh07 / chirality_nets

[NeurIPS2019] Chirality Nets for Human Pose Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chirality Nets for Human Pose Regression

NeurIPS 2019

[Project] [Paper]

Raymond A. Yeh*, Yuan-Ting Hu*, Alexander G. Schwing
University of Illinois at Urbana-Champaign
(* indicates equal contribution)

The repository contains Pytorch implementation of Chirality Nets for Human Pose Regression.

If you used this code for your experiments or found it helpful, please consider citing the following paper:

@inproceedings{YehNeurIPS2019,
  author = {R.~A. Yeh^\ast$ and Y.-T. Hu^\ast$ and A.~G. Schwing},
  title = {Chirality Nets for Human Pose Regression},
  booktitle = {Proc. NeurIPS},
  year = {2019},
  note = {$^\ast$ equal contribution},
}

Dependencies:

  • Python 3+
  • Pytorch 1.1.0

Usage

We recommend reading through our short tutorial on chirality equivariance. The tutorial illustrates the chirality definition and API for the chiral layers.

Layers

We support chirality equivariant versions of the following layers:

To verify that these layers satisfy chirality equivariance, we have provided some test cases in the test directory

Applications

Coming soon.

Related Work

License

This work is licensed under the MIT License

About

[NeurIPS2019] Chirality Nets for Human Pose Regression

License:MIT License


Languages

Language:Python 100.0%