Coder Social home page Coder Social logo

medical-imaging-segmentation-a-topic-exploration's Introduction

Medical Imaging Segmentation

TODO:

Avec ordre de priorité:

  • [Présentation] Recherche sur la partie technique de la lib pytorch et de sa gestion sur les devices bas niveau

    • Cours sur l'entrainement couche par couche sur notre cas d'étude
    • Gestion des devices avec torch
    • Les différences avec tensorflow et Keras (*)
  • [Technique] Avancer sur le fine-tuning pur et comment l'améliorer

    • Fine Tunner le modèle sur 90% du dataset & Analyser les performances sur 10% de validation
    • Conserver 6 images pour la validations post-entrainement
    • Paralléliser le training one-epoch
  • [Data] Augmentation du dataset initial

    • Ajout de la data augmentation pour générer plus de données
    • Fine Tunner avec la data augmentée
    • Comparaison des résultats entre phase 1 (sans data augmentation) et phase 2 (avec data augmentation)
[Historique]
  • Fonction de mélange des images et masks pour éviter les gradients identiques entre les batchs
  • Per Epochs training pour l'ajout du fine-tuning
  • Adaptation des libs d'affichages pour la détections du format des images

Installation

  1. Installer pyenv (pyenv-win si Windows)
  2. Installer un environnement en python 3.11 (cf. doc de pyenv pour initialiser la version)
  3. Création d'un environnement local clos pour le développement
python -m venv .venv
  1. Installation des dépendances
# activation de l'environnement local
.\.venv\Scripts\activate

pip install -r requirements.txt

Test d'installation

python
>> import torch
>> torch.cuda.is_available()
True

medical-imaging-segmentation-a-topic-exploration's People

Contributors

nomook avatar numahpdia avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.