Thomasbehan / LesNet

LesNet (Lesion Net) is an open-source project for AI-based skin lesion detection. It aims to create a reliable tool and foster community involvement in critical AI problems. Contributions are welcome!
Mozilla Public License 2.0
12 stars 2 forks source link

M-2 Model Update: Fix Tensor Shape Mismatch & Enhance Data Processing #31

Closed Thomasbehan closed 5 months ago

Thomasbehan commented 5 months ago

This pull request marks a significant upgrade to the M-2 model from its predecessor, transitioning away from reliance on pre-trained base models towards a fully custom architecture. This shift aims to tailor the model more closely to our specific requirements for skin cancer detection, enhancing performance and adaptability. Additionally, we outline plans for upcoming UI changes and refinements to improve user experience.

Highlights of This Upgrade

Impact

By moving to a custom model architecture, we expect to achieve better control over model behavior, resulting in improved accuracy and efficiency. These updates lay the groundwork for further model and UI enhancements, aiming to deliver an intuitive and effective tool for skin cancer detection.

Testing & Validation

Next Phase