zhangboshen / A2J

Code for paper "A2J: Anchor-to-Joint Regression Network for 3D Articulated Pose Estimation from a Single Depth Image". ICCV2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_preprosess.py is missing

happyCodingSusan opened this issue · comments

@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?

@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