We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebb112 commit 646aefbCopy full SHA for 646aefb
gsplat/cuda/_wrapper.py
@@ -1240,11 +1240,9 @@ def fully_fused_projection_with_ut(
1240
radial_coeffs.contiguous() if radial_coeffs is not None else None,
1241
tangential_coeffs.contiguous() if tangential_coeffs is not None else None,
1242
thin_prism_coeffs.contiguous() if thin_prism_coeffs is not None else None,
1243
- (
1244
- ftheta_coeffs.to_cpp()
1245
- if ftheta_coeffs is not None
1246
- else FThetaCameraDistortionParameters.to_cpp_default()
1247
- ),
+ ftheta_coeffs.to_cpp()
+ if ftheta_coeffs is not None
+ else FThetaCameraDistortionParameters.to_cpp_default(),
1248
)
1249
if not calc_compensations:
1250
compensations = None
0 commit comments