giraffe icon indicating copy to clipboard operation
giraffe copied to clipboard

how to obtain 3d bounding box of the object from its {s,t,R}

Open PeizeSun opened this issue 3 years ago • 1 comments

Thanks for your excellent work ! I am really surprised by the controllable object generation !

I wonder if there is a way to extract 3d bounding box of the object from its affine transformation {s,t,R}.

I tried to establish the equation between the 3d bounding box and {s,t,R}, but failed. I transform a cube by equation(6) in the paper, but it seems their relationships do not follow equation(6). Do you have any suggestion ?

PeizeSun avatar Mar 19 '22 08:03 PeizeSun

basically I know what you mean, but practically in the model, there is no true bounding box of objects. I think you can draw a unit cube in object coordinates, and project it into the image.

SongQiPing avatar Sep 27 '22 11:09 SongQiPing