ethnhe / raster_triangle

A simple renderer with z-buffer for synthesis data generating.
56 stars 22 forks source link

New sampled poses #14

Open hz-ants opened 2 years ago

hz-ants commented 2 years ago

I made a new object with blend and generates an .npy file using pvnet-rendering .I want to know how to convert the .npy file into the required sampled_RTs.pkl? I use import pickle to see that array is different. Thank you!

MiriamJo commented 2 years ago

Same question. Did you find an answer to that one? I want to generate _sampled_RTs.pkl for my own Data. However, pvnet-rendering is only giving me a numpy file.

MiriamJo commented 2 years ago

I read in this issue that the generated "x_RT.pkl" files created in "renders" file are just merged together and put into one pkl file. However, I dont know where to find the script to merge them. If you merge them by python script, I dont know the correct syntax or structure they used.