-
Notifications
You must be signed in to change notification settings - Fork 179
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
Siamese Network 49109612 #165
base: main
Are you sure you want to change the base?
Siamese Network 49109612 #165
Conversation
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) |
Marking
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. |
Liyang Mao |
No sufficient evidence of working model/results -2, model implementation incomplete -1 additionally |
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
PatternAnalysis
repository under therecognition
folder. 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 theSiameseNetwork
class with a custom convolutional neural network architecture.dataset.py
: Includes theSiameseISICDataset
class 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.md
to include detailed descriptions, usage instructions, and proper formatting using GitHub Markdown, as per feedback.modules.py
to include pooling layers, reducing the feature map size and addressing memory issues.README.md
on 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_yourname
Install Dependencies:
Prepare the Dataset:
README.md
to download and organize the ISIC 2018 skin lesion dataset.Train the Model:
Run Predictions:
Additional Notes
recognition-yourname
branch 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.