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

Block or report woo1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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