Skip to content

mmlab-cv/PanopTOP

Repository files navigation

PanopTOP

Official code and dataset for the paper PanopTOP: a framework for generating viewpoint-invariant human pose estimation datasets

Requirements

  • numpy
  • open3d
  • pytorch
  • matplotlib
  • opencv-python

Dataset download

The dataset can be found at this Google Drive link.

Dataset structure

Dataset   
│
└───front
│   │
│   └───camera_params
│   │   │   *.json
│   │   │   *.json
│   │   │   ...
    │
│   └───train
│   │   │   *.npy
│   │   │   *.png
│   │   │   ...
    │
│   └───train2d
│   │   │   *.npy
│   │   │   *.npy
│   │   │   ...
    │
│   └───traindepth
│   │   │   *.png
│   │   │   *.png
│   │   │   ...
    │
│   └───validation
│   │   │   *.npy
│   │   │   *.png
│   │   │   ...
    │
│   └───validation2d
│   │   │   *.npy
│   │   │   *.npy
│   │   │   ...
    │
│   └───validationdepth
│       │   *.png
│       │   *.png
│       │   ...
│   
└───top
    │
    └───camera_params
    │   │   *.json
    │   │   *.json
    │   │   ...
    │
    └───train
    │   │   *.npy
    │   │   *.png
    │   │   ...
    │
    └───train2d
    │   │   *.npy
    │   │   *.npy
    │   │   ...
    │
    └───traindepth
    │   │   *.png
    │   │   *.png
    │   │   ...
    │
    └───validation
    │   │   *.npy
    │   │   *.png
    │   │   ...
    │
    └───validation2d
    │   │   *.npy
    │   │   *.npy
    │   │   ...
    │
    └───validationdepth
        │   *.png
        │   *.png
        │   ...

About

Anonymous dataset and code for ICIP 2021 paper 2346

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published