Aminur's Solution#4
Open
arn1992 wants to merge 1 commit into
Open
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.
sample_train_valid_dataset: a sample augmented dataset for train and validation
test_dataset: test dataset for this task
Classification_ML_OROHEALTH.ipynb: description of the whole model and data preparation part. In addition, provide coding for training, validation, and testing. Lastly, I show a performance evaluation of my proposed approach.
train_valid_dataset.csv: contains labels, location information for each image of train_valid_dataset
test_dataset.csv: contains labels, location information for each image of test_dataset
data_offline_aug.py: python script to make the augmented dataset
data_prep.py: python script to make CSV file. These files contain the description of datasets. In addition, I use these CSV files to make npy version of my dataset for model training.
data_npy_make.py: making procedure of NumPy files.