Navier-Stokes/ ├── main.py # Master entry point — CLI + interactive menu ├── config.py # Global configuration & hyperparameters ├── requirements.txt # Python dependencies │ ├── core/ # Classical CFD ...
Context & Motivation My PhD and professional work focused on dense volumetric segmentation of 3D medical data — organoids in confocal microscopy and organs in CT scans — achieving Dice > 0.90 with ...