zhangboshen / A2J

Code for paper "A2J: Anchor-to-Joint Regression Network for 3D Articulated Pose Estimation from a Single Depth Image". ICCV2019
MIT License
289 stars 46 forks source link

data_preprosess.py is missing #31

Closed happyCodingSusan closed 4 years ago

happyCodingSusan commented 4 years ago

@zhangboshen , great impressive work! Thanks for sharing!

In your readme.md, you mentioned the following,

"After downloaded these datasets, you can follow the code from data folder (data_preprosess.py) to convert ICVL, NYU, ITOP, and K2HPD images to .mat files."

But I could not find it. Do you really have that file and need it?

zhangboshen commented 4 years ago

@happyCodingSusan Hi, you can find data_preprocessing file in data folders, for example, this script transforms the original data into mat format: https://github.com/zhangboshen/A2J/blob/master/data/nyu/data_preprosess.m