Use this classifier to label images taken with Magnetic Resonance Imaging (MRI) that are either a single scan or a tile of multiple scans. TensorFlow for Poets: CodeLab
- Start the docker image
docker run -it -v ~/projects/dump/tf_files/:/tf_files/ gcr.io/tensorflow/tensorflow:latest-devel
- Run the label_image script to label the image.
python /tf_files/label_image.py <path_to_file>
Single MRI Scan Image Test
Multiple MRI Scan Image Test