-
Notifications
You must be signed in to change notification settings - Fork 9
spacing #2
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
Open
RichardScottOZ
wants to merge
30
commits into
aminrd:master
Choose a base branch
from
RichardScottOZ:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
spacing #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
- Create postprocessing.py with PostProcessor class - Integrate DBSCAN clustering and line/curve fitting - Add predict_and_postprocess method to ModelPredictor - Create POSTPROCESSING_GUIDE.md with detailed documentation - Add postprocessing_example.py demonstrating full pipeline - Support Linear, Curve, and BestCurve fitting methods - Include visualization and statistics capabilities Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
- Create PIPELINE_COVERAGE.md documenting all original features - Add bridge.py for seamless original→modern integration - DatasetAdapter for using original DATASET with modern models - FilterAdapter for accessing rotation filters - LegacyTrainer combining original data with modern architectures - Add integration_example.py demonstrating all integration patterns - Update README with integration section - Document backward compatibility and feature coverage Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
…ly-pipeline Modernize LineamentLearning: TensorFlow 2.x, multi-architecture support, CLI, post-processing, integration bridge, and comprehensive documentation
Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
…ix type hints Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
…g-rotation Implement data loading and rotation augmentation integration
- Created MAT_TO_PYDATA_GUIDE.md with detailed conversion documentation - Added mat_converter.py module with conversion utilities for NumPy, HDF5, and Zarr - Added mat_conversion_examples.py with practical examples - Updated DATASET.py to support loading from .npz and .h5 files - Updated data_generator.py to support multiple file formats - Updated README.md with data conversion information - Updated examples/README.md with conversion quick start Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
- Fixed convert() method to properly filter kwargs for each format - Added comprehensive testing with synthetic dataset - Verified conversion, validation, and loading from all formats - All tests pass: .mat, .npz, and .h5 formats work correctly Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
- Clarified Parquet is documentation-only, not fully implemented - Fixed unused prefix parameter in recursive HDF5 loading - Added Zarr format validation support - Cleaned up recursive function definitions Co-authored-by: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com>
…or-mat-to-pydata Add .mat to PyData conversion utilities and multi-format data loading
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just a bit easier to read
Also doubt you are going to do a demo video? ;)