Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offsets shape bug #72

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configs/model/rodent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MJCF_PATH: "models/rodent.xml"

# Frames per clip for ik_only.
N_FRAMES_PER_CLIP: 250
N_FRAMES_PER_CLIP: 1

# Tolerance for the optimizations of the full model, limb, and root.
# TODO: Re-implement optimizer loops to use these tolerances
Expand All @@ -10,7 +10,7 @@ ROOT_FTOL: 1.0e-05
LIMB_FTOL: 1.0e-06

# Number of alternating pose and offset optimization rounds.
N_ITERS: 6
N_ITERS: 1

KP_NAMES:
- 'Snout'
Expand Down Expand Up @@ -189,7 +189,7 @@ SITES_TO_REGULARIZE:

RENDER_FPS: 50

N_SAMPLE_FRAMES: 100
N_SAMPLE_FRAMES: 1

# If you have reason to believe that the initial offsets are correct for particular keypoints,
# you can regularize those sites using _SITES_TO_REGULARIZE.
Expand Down
2 changes: 1 addition & 1 deletion configs/stac/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data_path: "tests/data/test_rodent_mocap_1000_frames.mat"

n_fit_frames: 1
skip_fit_offsets: False
ik_only: True
skip_ik_only: False

mujoco:
solver: "newton"
Expand Down
Loading
Loading