Closed Pengfeicc closed 2 years ago
Hey,
the only reason can be that your sampled_bop_objs
are not all on the surface, maybe some fell down or are further apart and not visible. You could fix that if you remove the size=10
in the np.random.choice
call.
Best, Max
Another possibility is your setting of cx
, cy
in camera.json
is not correct. cx
/cy
should be around half of your image width/height. And you'd better check these params from your real camera if you have.
hello guys, i have a problem with camera view, i have 10 camera poses, none of them are placed in the center of the whole dropping set
can someone help to me?