Siavash Khallaghi
Siavash Khallaghi
Thank you for releasing your code. I have generated keypoints using OpenPose and converted them to Coco format (OpenPose has an extra neck keypoint that I removed). Each keypoint is...
**Task** (what are you trying to do/register?) I am trying to build a template for whole body sagittal T2 MRI from a dataset of ~1000 images. These are 2D images....
This is a very interesting paper. Thank you for sharing your code. I am trying to add topological regularization to a two-class U-Net model. Currently, I am training this model...
Hello, I tried running multi-gpu training on `g4dn.metal` instance with default training parameters. The only change that I made was to multiply the batch size by 8 (number of GPUs),...
Hello @FabianIsensee, Thank you for your work. This work has been instrumental in establishing a baseline for semantic segmentation. The most recent version of nnunetv2 (`v2.5.1`) exhibits a multi-threading issue...