Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FLiTrak3D
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cribellier, Antoine
FLiTrak3D
Commits
28ec82a8
Commit
28ec82a8
authored
2 weeks ago
by
Cribellier, Antoine
Browse files
Options
Downloads
Patches
Plain Diff
Correct intput for optimise function
parent
a62faf02
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
skeleton_fitter/optimiser.py
+1
-1
1 addition, 1 deletion
skeleton_fitter/optimiser.py
with
1 addition
and
1 deletion
skeleton_fitter/optimiser.py
+
1
−
1
View file @
28ec82a8
...
...
@@ -225,7 +225,7 @@ def optim_fit_limbs_params(module, limbs_skeleton3d_init, limbs_skeleton, limbs_
return
limbs_params_ests
,
rmse
,
nb_iterations
def
cost_function
(
module
:
Callable
,
param_values
:
List
[
int
],
param_names
:
List
[
str
],
init_skeleton3d
:
Dict
[
str
,
any
],
def
cost_function
(
param_values
:
List
[
int
],
module
:
Callable
,
param_names
:
List
[
str
],
init_skeleton3d
:
Dict
[
str
,
any
],
init_params
:
Dict
[
str
,
any
],
raw_skeleton
:
Dict
[
str
,
any
],
options
:
Dict
[
str
,
any
])
->
float
:
"""
Cost function (sum of residuals) to fit body or wings skeleton (in init_skeleton3d) to points (in raw_skeleton)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment