Skip to content

Commit

Permalink
xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
QianC95 committed Oct 21, 2024
1 parent 0e56232 commit 5809e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/3D Location Encoder/xyz.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<p align="center">
<img src="../images/xyz.png" alt="xyz-transformation" title="xyz-transformation" width="80%" />
<img src="https://drive.google.com/uc?id=1tviSk-NbxB0G8fTx5vYpkvBJXmiBK08g" alt="xyz-transformation" title="xyz-transformation" width="80%" />
</p>
- Concatenate `x, y, z` coordinates to form the high-dimensional vector representation.

Expand Down

0 comments on commit 5809e8a

Please sign in to comment.