Skip to content

Commit

Permalink
add optional image name field
Browse files Browse the repository at this point in the history
  • Loading branch information
segments-arnaud committed Nov 28, 2023
1 parent 9d0a4a5 commit b8c34cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/segments/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ class CalibratedImage(URL):
extrinsics: Optional[CameraExtrinsics] = None
distortion: Optional[Distortion] = None
camera_convention: CameraConvention = CameraConvention.OPEN_GL
name: Optional[str] = None


class PointcloudSampleAttributes(BaseModel):
Expand Down

0 comments on commit b8c34cc

Please sign in to comment.