Skip to content

Commit

Permalink
CHANGED DEFAULT SIGMAS to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich committed Oct 14, 2024
1 parent d4ad356 commit c36ff4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "crashs"
version = "0.2.4"
version = "0.2.5"
authors = [
{ name="Paul Yushkevich", email="pyushkevich@gmail.com" },
]
Expand Down
6 changes: 3 additions & 3 deletions src/crashs/param/template_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
},
"registration": {
"varifold_sigma": 5.0,
"lddmm_sigma": 5.0,
"varifold_sigma": 2.0,
"lddmm_sigma": 2.0,
"lddmm_gamma": 0.05,
"lddmm_nt": 10,
"jacobian_penalty": 10.0,
Expand All @@ -32,4 +32,4 @@
"remeshing_edge_length_pct": 1.0,
"root_sigma_factor": 2.4
}
}
}

0 comments on commit c36ff4c

Please # to comment.