Skip to content
View woo1's full-sized avatar
😝
Good
😝
Good

Block or report woo1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. README.md README.md
    1
    # How to visualize the body part segmentation from smpl-x output?
    2
    
                  
    3
    This script lets you to visualize the body part segmentation labels of SMPL-X body models. Follow the instructions to be able to run this script.
    4
    
                  
    5
    ## Instructions
  2. PoseAug PoseAug Public

    PoseAug additional codes

    Python 1 1

  3. PARE smpl output pickle data to smpl... PARE smpl output pickle data to smplx using frankmocap module
    1
    import torch
    2
    import numpy as np
    3
    import sys
    4
    import os
    5
    sys.path.append(os.getcwd())
  4. awesome-pose awesome-pose Public

    Jupyter Notebook

  5. django-heroku-demo django-heroku-demo Public

    github django web service demo for heroku

    Python