Update README.md
Browse filesThe model in this repository is used to evaluate computer vision as a tool for analyzing floral micro-CT datasets of cacao (Theobroma cacao). It accompanies code on GitHub (https://github.com/aubricot/CV_for_flower_CT). Code is built in Google Colab Notebooks with Python 3 and MONAI Core 1.5. Micro-CT datasets and labels were generated in 3D Slicer as .nrrd files. They are converted to NIFTI (.nii.gz) format and registered to eachother in preprocessing_whole_flower_nrrd2nifti.ipynb. UNETR is trained to recognize whole flower outlines from CT data in Cacao_Whole_Flower_Seg_unetr_train.ipynb. Results are visualized on input and output images to generate figures and interpret results in Cacao_Whole_Flower_Seg_unetr_inspect_results.ipynb.
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-segmentation
|
| 4 |
+
tags:
|
| 5 |
+
- monai
|
| 6 |
+
- unetr
|
| 7 |
+
- unet
|
| 8 |
+
- flower
|
| 9 |
+
- microCT
|
| 10 |
+
- tomography
|
| 11 |
+
- microscopy
|
| 12 |
+
- 3D
|
| 13 |
+
---
|