hpgan
hpgan copied to clipboard
Input data
Hi, Thanks for the interesting work. I am trying to implement your work and learn. I have got the NTU-RGBD 3D skeleton data downloaded. It's with extension .skeleton. Can you kindly confirm if your input data is of the same extension because, When I am trying to pass the folder containing this data as input I am getting message as Process items for all files but 0 item loaded and no data split is happening.
My questions: 1.Can you kindly confirm the input data type? 2. From the readme I get we need a csv file, I dont find any csv file from the data website, do we need to create one?
Thanks Mritula
Answer: 1: yes, input data has the .skeleton extension 2: there is a python file named "split_ntu_data.py", you can get the csv files by running this .py.