chaene / hsp

GNU General Public License v2.0
31 stars 7 forks source link

How to prepare training data? #3

Open chaoer opened 6 years ago

chaoer commented 6 years ago

Hi,

I was stuck when trying to train with hsp for some new things. I had got the .obj and mtl file. But I don't know how to convert these files to the format you used.

Could you please share me the scripts to convert the file format?

Sincerely.

chaene commented 6 years ago

Hi,

We have not released the code to convert the data. Unfortunately it is not a nice easy to use piece of software that I can easily release. We did release the converted ShapeNet data. You can follow this data to see what the format should be.

Best, Christian

chaoer commented 6 years ago

@chaene

Thanks for your kindly reply.

Actually, I want to use some new samples (create by myself using SFM) to do the training work. So, I need to figure out how to convert the obj to the files under modelBlocked{Voxel, Pyramid}256.

I look inside these mat files, but did not know what it stores. If it is convenient, could you please tell me what's the meaning of the data stored in the mat file? For example, the b1 vector. Maybe, I could try to write some code to do this conversion.

Thanks.

Sincerely, Jianan He