Skip to content

Conversation

@keenon
Copy link
Owner

@keenon keenon commented May 14, 2024

This PR adds support for a few methods we needed in order to run some ablation tests requested by reviewers for ECCV. A few small GUI optimization fixes also got wrapped up in this PR.

@keenon keenon requested a review from nickbianco May 14, 2024 18:45
Copy link
Collaborator

@nickbianco nickbianco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a few minor comments to clarify some potential changes to the dynamic fitter algorithm.

int driftCorrectionBlurRadius = 250,
int driftCorrectionBlurInterval = 250);
int driftCorrectionBlurInterval = 250,
s_t regularizeUnobservedTimesteps = 0.01);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default value for regularizeUnobservedTimesteps was changed from 0.1 to 0.01 here -- will that have any meaningful effect on the dynamics fitter algorithm?


// Now that we've formulated our problem, we can attempt to solve:

// Eigen::VectorXs tentativeResult =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove all this commented out code?

if (maxIterations > 1000)
{
maxIterations = 1000;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capping at a 1000 iterations shouldn't change much right? This usually converges in a handful of iterations if everything is set up right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants