Added preprocessing steps#39
Merged
Merged
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
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.
PR Type
Fix
Short Description
This pull request updates the documentation and configuration for the DVM-CAR dataset preparation and training pipeline in the multimodal representation learning project. The main focus is to streamline and clarify the data preparation process by consolidating previous scripts and notebooks into a single, unified Jupyter notebook (
data_preprocessing.ipynb). Additionally, the configuration file now requires users to explicitly set their local data path.Documentation and Workflow Improvements:
data_preprocessing.ipynb, to guide users through downloading, cleaning, and preprocessing the DVM-CAR dataset, including tabular data processing, image conversion, and missing mask creation. This replaces references to multiple external scripts and notebooks, consolidating the workflow.data_preprocessing.ipynbfor all preprocessing tasks.Configuration Changes:
data_basefield inconfigs/config_dvm_TIP.yamlto require manual user input for the local data path, removing the hardcoded default.Tests Added
...