Hi, everyone,

I need to apply Computer Vision (Convolutional Networks, i think) to find abnormal structures in 3D Medical Images.

Do you have any resource? It can be text or video content, or courses.

I already have experience with Machine and Deep Learning for 2D Images, numerical data and Video data, but i've never worked with 3D medical imaging before. I need to learn how to detect abnormal structures in medical imaging data to, for example, draw a bounding box around the pattern in the image.

I found that Computer-Aided Detection is the technique applied in Medical Imaging that can find abnormal structures, but i still don't know how to do this.

I think i can do this by using tensorflow and some image processing library, like Nibabel, Matplotlib, and others (i have basic knowledge in the field of Computer Vision, and i'm diving even more deeper through the PyImageSearch Computer Vision course)

What i really need is a direction to walk through this learning path, starting from reading MRI data to apply a convolutional neural network to find a pattern in the medical image. The bounding box is a pretty simple task, i think. :)

Remembering, i don't need a tutorial on "how to use tensorflow", for example, don't worry about this, i just want to know how to take, for example, a CNN built on TensorFlow, or Keras, for example and make this network find an abnormal structure on the medical image, and after this, draw the bounding box.

I'm experienced in Python Programming and i need this to start to work in a project. :)

Thanks for the attention!

More Arthur Gonsales's questions See All
Similar questions and discussions