-
Notifications
You must be signed in to change notification settings - Fork 397
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
Topic recognition #445
base: topic-recognition
Are you sure you want to change the base?
Topic recognition #445
Conversation
first commit, pls don't break anything, i think i have done everything right
This is an initial inspection, no action is required at this point
|
Good Practice (Design/Commenting, TF/Torch Usage)Adequate use and implementation Recognition ProblemSolves problem (slightly poor performance) -1 Commit LogMeaningful commit messages, could be more descriptive -1 DocumentationReadMe OK, could have more info/background -1 Pull RequestSuccessful Pull Request (Working Algorithm Delivered on Time in Correct Branch) |
Improved UNET Model to segment the 2017 ISIC dataset.
Achieved a dice score of 0.8 on the test dataset.
Predictions were able to be made using the model, segmenting the testing dataset.
By running predictions.py the model is trained and predictions are made, outputting dice coefficient and loss graphs as well as the testing dice coefficient score.