Detection of Skin Lesions using a YOLO-based Detection Network#193
Open
mermalade0325 wants to merge 28 commits intoshakes76:topic-recognitionfrom
Open
Detection of Skin Lesions using a YOLO-based Detection Network#193mermalade0325 wants to merge 28 commits intoshakes76:topic-recognitionfrom
mermalade0325 wants to merge 28 commits intoshakes76:topic-recognitionfrom
Conversation
Testing branch
Reupload of files to the correct branch (topic-recognition)
Adjusting folder structure, deleting this file
Adjusting folder structure, deleting this file
Creating new ReadMe in correct directory
Moving ReadMe work into this new file with the correct directory and branch as specified
As per GITHUB feedback
This was referenced Nov 11, 2024
Closed
Specifications on directories in Colab
Print bounding box details while training Fix model paths to be Colab Consistent Commented out the code for specific melanoma classification to focus on lesion detection as per scope.
Also output 5 example images from the test set (pngs) with predicted lesion bounding boxes
Collaborator
Collaborator
|
Hi @mermalade0325 |
Author
|
Hi @shaivikaaaa, |
Collaborator
|
Duplicate is #188. Please fix 188 as per feedback required section. |
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.
This pull request aims to address the problem of detecting skin lesions within the ISIC 2017/2018 dataset. The primary goal is to develop a robust detection and classification network that can accurately identify lesions in medical images, ensuring each detection has a minimum Intersection Over Union (IoU) of 0.8 on the test set, thus achieving a suitable level of accuracy for classification. The project utilizes a YOLO-based detection network (YOLOv7).
Problem Statement
Skin cancer detection relies on identifying lesions accurately in medical images. This project contributes by building a deep learning model focused on detecting lesion locations without classifying lesion types. The main goals are:
Files and Structure
The project is organized into the following files:
Dataset
Regarding the data downloaded from ISIC, it should be organised as follows, with labels generated from dataset.py:
An appendix in the README file links to the ISIC dataset for reference.
As requested by tutors, this is a new Pull Request submitted from the correct branch.