splats

-1 rows


Description

Information about 3D Gaussian splatting models generated from video files.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
file_id int8 19 null
files.id splats_file_id_fkey R
created_by int8 19 null
users.id splats_created_by_fkey R
created_time timestamptz 35,6 null
asset_status_id int4 10 null
asset_statuses.id splats_asset_status_id_fkey R
completed_time timestamptz 35,6 null
splat_storage_url text 2147483647 null
error_message text 2147483647 null
organization_id int8 19 null
organizations.id splats_organization_id_fkey R
needs_attention bool 1 null
origin_position geometry 2147483647 null

Center point of the splat in cartesian coordinates.

camera_position geometry 2147483647 null

Starting location of the camera in cartesian coordinates.

sky_color text 2147483647 null

Average color of the sky.

ground_color text 2147483647 null

Average color of the ground.

ground_plane geometry 2147483647 null

Ground plane of the splat in cartesian coordinates represented by 3 points in a MULTIPOINTZ.

scene_bounds geometry 2147483647 null

Bounding perimeter of the splat in cartesian coordinates, defined as a PointZM such that XYZ is the center of the circle, and M is the radius. The circle lies on the ground plane.

sky_radius numeric 0 null

Size of the sky sphere.

average_camera_height numeric 0 null

Indexes

Constraint Name Type Sort Column(s)
splats_pkey Primary key Asc file_id
splats_organization_id_idx Performance Asc organization_id

Relationships