Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smrfeld committed Dec 15, 2023
1 parent 963908d commit 6be911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Optionally: specify the port with `--port` flag or debug mode with `--debug` fla
Mathematically, the Chamfer distance can be expressed as:

```math
Chamfer_distance = Σ(min(dist(A_i, B_j)) + Σ(min(dist(B_i, A_j)))
Chamfer distance = Σ(min(dist(A_i, B_j)) + Σ(min(dist(B_i, A_j)))
```

Where:
Expand Down

0 comments on commit 6be911e

Please sign in to comment.