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

Distorted image sections #5

Open
pi314ever opened this issue Feb 8, 2023 · 1 comment
Open

Distorted image sections #5

pi314ever opened this issue Feb 8, 2023 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@pi314ever
Copy link
Owner

Currently, image distortion appears very choppy (especially apparent when compared against the naive approach).

Potential improvements:

  • Retrain neural model multiple times over a larger range
  • Increase model size (Maybe max limit to fit in GPU cache)
  • Use an algorithm that optimizes hyperparameters on undistorted --> distorted --> undistorted image difference
  • Use an iterative algorithm as baseline and optimize based on that
@pi314ever pi314ever added bug Something isn't working enhancement New feature or request labels Feb 8, 2023
@pi314ever
Copy link
Owner Author

Other potential improvements:

  • Split up model into radial and tangential components to make it easier to train
  • Somehow encourage radial symmetry for radial distortions (by using polar coordinates?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant