Open
Conversation
Collaborator
This is an initial inspection, no action is required at this pointRecognition Problem : total : 12.5 Solves problem: The solution is not appropriate for solving the problem. There is no SiameseISICDataset class and the available dataset class is for ISIC 2018 segmentation task, no classification (1) Implementation functions as intended: poor implementation a siamase network is included in module, no classifier and no result (1) Good design: No (0) Commenting: some comments throughout the code. (0.5) Difficulty: Hard (10) |
Collaborator
Marking
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Collaborator
|
Liyang Mao |
Owner
|
No sufficient evidence of working model/results -2, model implementation incomplete -1 additionally |
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.
Dear Shakes,
I hope this message finds you well. I wanted to reach out to explain my situation regarding the recent assignment. As this is my first semester, I am new to programming and do not have a background in Python. I found the report quite challenging due to my limited experience with both the language and the subject matter.
In an effort to complete the assignment to the best of my ability, I utilized resources such as GPT and online materials to help me understand the concepts and develop the code. I recognize the importance of mastering these skills and am committed to improving my programming abilities.
I wanted to be transparent about my efforts and the challenges I faced. If possible, I would appreciate any guidance or resources you could recommend to help me strengthen my understanding of Python and the course material.
Thank you for your time and consideration.
Introduction
This pull request adds a working implementation of a Siamese Network for skin lesion similarity assessment to the
PatternAnalysisrepository under therecognitionfolder. The project aims to assist in the diagnosis and research of skin lesions by determining whether two images belong to the same category.Algorithm Overview
modules.py: Contains theSiameseNetworkclass with a custom convolutional neural network architecture.dataset.py: Includes theSiameseISICDatasetclass for loading and preprocessing the ISIC 2018 skin lesion dataset.train.py: Script for training the Siamese Network, including data loading, model training loop, and validation.predict.py: Demonstrates example usage of the trained model for predicting similarity between image pairs.README.md: Documentation detailing the project, usage instructions, dependencies, and other relevant information.Feedback Incorporated
modules.py,train.py, etc.) to enhance readability and understanding.README.mdto include detailed descriptions, usage instructions, and proper formatting using GitHub Markdown, as per feedback.modules.pyto include pooling layers, reducing the feature map size and addressing memory issues.README.mdon how to obtain and set up the dataset.How to Test the Algorithm
Clone the Repository:
Navigate to the Project Directory:
cd PatternAnalysis/recognition/siamese_network_yournameInstall Dependencies:
Prepare the Dataset:
README.mdto download and organize the ISIC 2018 skin lesion dataset.Train the Model:
Run Predictions:
Additional Notes
recognition-yournamebranch to demonstrate progressive development.Contact
If there are any questions or if further clarification is needed, please feel free to contact me.
Thank you for reviewing this pull request.