3D-PRNN icon indicating copy to clipboard operation
3D-PRNN copied to clipboard

Can you explain the data format?

Open ChrisWu1997 opened this issue 4 years ago • 2 comments

Hi, I want to re-trained the network on my own data and I notice that each array entry in prim_gt folder is of shape (num_of_parts, 20). Can you explain what do these 20 parameters mean?

Also, what's the use for prim_rnn_batch_nz_all_tr.t7 and prim_rnn_batch_nz_all_val.t7?

Thanks in advance!

ChrisWu1997 avatar Oct 28 '19 09:10 ChrisWu1997

@ChrisWu1997 You can refer to the format in the data loader file "getBatch.lua". In general every three params refers to an instance as described in Sec. 4.1 "Recurrent generator" of the paper.

zouchuhang avatar Oct 30 '19 05:10 zouchuhang

Thanks. But can you explain more about x_vals, y_vals and r_vals for each entry in prim_rnn_batch_nz_all_tr.t7? Are they direct values for scale, translation and rotation? Or have been normalized?

I am trying to understand those values because it's direct data source for training. I'm now having my own dataset of primitives(with OBB parameters), so I want to know whether there is a way to process the data into your format?

ChrisWu1997 avatar Nov 01 '19 09:11 ChrisWu1997