SrijanShovit / HealthLearning

A repo comprising of various Machine Learning and Deep Learning projects in healthcare domain.
36 stars 51 forks source link

Added Polyp Segmentation Module #162

Closed Kaushal-11 closed 2 weeks ago

Kaushal-11 commented 3 weeks ago
  1. Resizing images to a fixed size (256x256)
  2. Normalizing pixel values (0-255 to 0-1 range)
  3. Using metrics like accuracy, recall, and precision
  4. Logging training progress and metrics to a CSV file
  5. Applying a threshold (0.5) to convert probabilities to binary masks
  6. Calculating evaluation metrics like Accuracy, F1 Score, Jaccard Index (IoU), Recall, Precision
  7. Visualizing results : [ Original image | Ground truth mask | Predicted mask]
Kaushal-11 commented 3 weeks ago

Hey @SrijanShovit, I'm pleased to inform you that I have completed all the tasks assigned to me for the Polyp Segmentation module.

I'd appreciate your review of my work. Please check the code, results, and documentation. If you see any areas that need improvement please inform me.

Thank you for your guidance throughout this project.

github-actions[bot] commented 2 weeks ago

This issue has been automatically closed because it has been inactive for more than 7 days. If you believe this is still relevant, feel free to reopen it or create a new one. Thank you!