DC1991/G2L_Net

About the training data

Closed this issue · 2 comments

Hi, thank you for your great work. Will you provide the completed training dataset? Or how do I generate it myself?
Thank you very much.

@sunshantong Hi, thanks for your interest in our paper and code. I have described how to generate point-wise label with the object 3D model in the paper (in the experiment section). I borrow the render code from this git (https://github.com/thodan/bop_toolkit): render the 3D object model to the scene with GT pose, and label the point (transformed from depth with known camera parameters) less than distance threshold to the rendered 3D model as positive point.

@DC1991 Thank you for your quick reply. Sorry for my negligence. I'll render it in this way. Thank you very much.