How do I make background still while generating synthetic dataset images
I am trying to create a synthetic dataset of a custom object by following pose estimation dataset generation tutorial. I am also successful in doing so but the custom object keeps moving. I want my object to keep lying on the floor and not floating.
Hi! Try tweaking the function randomize_movement_in_view() - this function is in the pose estimation tutorial you’ve referred to. It randomizes the pose of the custom object, which you can try disabling.
Thanks for the reply.
I have followed the tutorial and I was able to generate the data and store it in DOPE format. But I want to store it in Linemod format. Is there any way to do this??