rep.create.camera() allows specifying the optical center for a fisheye camera model, but not a pinhole camera model. This causes an inconsistency that affects tasks which require accurate modeling of camera geometry such as monocular 6D pose estimation.
@aja9675, thank you for bringing this up. I will mention this to the Replicator team who maintains omni.replicator.core next week. I will keep you posted.
@dennis.lynch, you can just run offline_pose_generation.py with an optical center offset that’s not the exact center of the image. This is specified in the config (ex. dope_config.yaml). rep.create.camera() does not take the optical center offset as a parameter, and therefore will not account for this when rendering the images.