I had succes with this Windows-compatible fork of HD-BET by sh-shahrokhi. This installs hd-bet as a callable command in powershell, given the correct venv is activated.
Installation:
-
Create and activate a venv
conda create --name hdbet python==3.11
conda activate hdbet -
Clone the forked repo
git clone https://github.com/MIC-DKFZ/HD-BET -
Install requirements
cd HD-BET (or to wherever setup.py lives)
pip3 install -e . -
Test installation
hd-bet --help