The `NVDiffRastRenderer` generates `BxHxWxC`, which somewhat goes against the common PyTorch `BxCxHxW` convention: https://github.com/lbr-stack/roboreg/blob/dc3d1e3556a5e021a690200f154001766546350a/roboreg/core/rendering.py#L7 This should be resolved, along with consequential `unsqueeze` and `permute` calls.
The
NVDiffRastRenderergeneratesBxHxWxC, which somewhat goes against the common PyTorchBxCxHxWconvention:roboreg/roboreg/core/rendering.py
Line 7 in dc3d1e3
This should be resolved, along with consequential
unsqueezeandpermutecalls.