rehg-lab/3DShapeGen

Data split and rendering of ABC dataset

xianyongqin opened this issue · 4 comments

Where can I find the data split and rendering meta data of ABC dataset?

Hi,

I would also be interested in the release of the ABC renderings and metadata but I imagine it must be huge.

Kind regards,
Thibault

Hi xianyongqin and Thibault,

Our apologies for the delay in this response. Here is a link to a tarball of the ABC renders, SDFs and data split.

Best,
Stefan

@sstojanov Hi, I am using the ABC_30K_data. While the parameter "resolution" in https://github.com/rehg-lab/3DShapeGen/blob/master/Rendering/ABC/data_generation_parameters.json is 224, the image sizes of rendered images of ABC_30k_data are all 256. It is really strange.

Hi ewrfcas,

There was some refactoring and cleaning up that we did to release the rendering code, which is most likely when this got swapped from 256 to 224 as this is the size we use for training. Please note that you can always resize the images down to 224x224 or to any other size that suits your requirements.