This is the first public alpha of Dafne - the collaborative MR segmentation program.
The deep-learning-based segmentation receives pretrained models from our central servers, and the algorithm learns from your improvements.
Please visit https://www.dafne.network/ for more information and to get your personalized server access key.
Running
From source
If you have a working python installation, please run the program directly from the source.
Windows installer
Attached, is a stand-alone installer for Windows, created with PyInstaller and InnoSetup.
The standalone version contains code from multiple sources; please see the requirements.txt file in the Github repository to see what packages are included.
Note: the administrator installer might not correctly under windows 10. Please select "Install for current user only" if you experience difficulties.
Make sure that the "Visual C++ redistributable package" is installed before installing Dafne. You can download it from [this page](https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0) ([direct link to the x64 version](https://aka.ms/vs/16/release/vc_redist.x64.exe))
Note: The file `dafne_setup.exe` is compiled under Windows 7 and `dafne_setup_w10.exe` is compiled under Windows 10 (20H2).
Mac package
In addition to the Windows distribution, there is also zip file containing the app packaged for Mac (also with PyInstaller). Please unzip the package and run the "dafne" executable from the folder.