From 5809e8afdd065f564d1a808dfa5f402e39cb24f4 Mon Sep 17 00:00:00 2001 From: Qian Cao <144297473+QianC95@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:11:31 -0400 Subject: [PATCH] xyz --- source/3D Location Encoder/xyz.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3D Location Encoder/xyz.md b/source/3D Location Encoder/xyz.md index a4ba750d..120d1859 100644 --- a/source/3D Location Encoder/xyz.md +++ b/source/3D Location Encoder/xyz.md @@ -47,7 +47,7 @@ Processes a batch of coordinates and converts them into spatial relation embeddi - Convert latitude `lat` and longitude `lon` coordinates into radians. - Calculate `x, y, z` coordinates using the following equations:
- +
- Concatenate `x, y, z` coordinates to form the high-dimensional vector representation.