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

Explicit Handling of the nodata-Metadata Value #160

Open
ChristopherKotthoff opened this issue Dec 6, 2024 · 0 comments
Open

Explicit Handling of the nodata-Metadata Value #160

ChristopherKotthoff opened this issue Dec 6, 2024 · 0 comments

Comments

@ChristopherKotthoff
Copy link
Contributor

Problem

When using .tif files for training, particularly with multispectral imagery, nodata values in the source metadata can be misinterpreted as valid pixel values. This is critical because we retain the .tif format rather than converting to formats like PNG that inherently bound values. Mismanagement of nodata values could degrade model performance and skew training results.

Why It Matters

  • Data Integrity: nodata values could lead to incorrect model learning.
  • Multispectral Complexity: Different bands may have varying no-data values.
  • Model Performance: Clean handling of nodata ensures better generalization.

Proposed Solution

  • Introduce explicit handling of no-data values based on .tif metadata.
  • Mask nodata pixels to exclude them from training.

This will improve the reliability and quality of input data for training, especially for multispectral workflows.

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

No branches or pull requests

1 participant