alonshmilo / MedicalData_jce

A repository for Final Engineer Project 2017 - Deep Learning in Medical Data - Analyzing CT Images
http://alonshmilo.wixsite.com/jce-finalproject
5 stars 4 forks source link

DeepMedic #27

Closed alonshmilo closed 7 years ago

alonshmilo commented 7 years ago

Issue: DeepMedic

Explanation:

Efficient Multi-Scale 3D Convolutional Neural Network for Brain Lesion Segmentation. Understanding the network, making it work on our macs, and start to think about the rib cage bone orientation.

Checklist:

alonshmilo commented 7 years ago

DeepMedic installed on mac

alonshmilo commented 7 years ago

Writing and explaining - myself Coding (using our data) and configurations - myself & @stavdv

alonshmilo commented 7 years ago

Working on configuration files and training sets

stavdv commented 7 years ago

There are three kind of configuration file to describe our data:

  1. label - to mark only the bones.
  2. mask - 1: if we have bone in that place, and 0 otherwise.
  3. channel- CT scan.
stavdv commented 7 years ago

Folder for deep medic @alonshmilo make calculations for configuration file

alonshmilo commented 7 years ago

@stavdv Should be same if [25,25,25) is the vector for input.

stavdv commented 7 years ago

Ok, configuration is done

stavdv commented 7 years ago

done 👍