Closed ifsheldon closed 3 years ago
When reading the source code and trying to understand it, I found some inconsistency between docstrings and the code.
For two examples, the docstrings in im2scene.common.origin_to_world and im2scene.common.images_points__to_world say that the argument invert is
im2scene.common.origin_to_world
im2scene.common.images_points__to_world
invert
invert (bool): whether to invert matrices (default: true)
but the code is invert=False. Can you please check these? Thanks!
invert=False
When reading the source code and trying to understand it, I found some inconsistency between docstrings and the code.
For two examples, the docstrings in
im2scene.common.origin_to_world
andim2scene.common.images_points__to_world
say that the argumentinvert
isbut the code is
invert=False
. Can you please check these? Thanks!