From 870165fda0ffb87e853662e93ec6f8df30433040 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 30 Oct 2024 08:47:07 +0900 Subject: [PATCH] docs: update README.md compresed -> compressed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8d800..cc42578 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spz -`.spz` is a file format for compresed 3D gaussian splats. This directory contains a C++ library +`.spz` is a file format for compressed 3D gaussian splats. This directory contains a C++ library for saving and loading data in the .spz format. spz encoded splats are typically around 10x smaller than the corresponding .ply files,