UniverSeg icon indicating copy to clipboard operation
UniverSeg copied to clipboard

UniverSeg: Universal Medical Image Segmentation

Results 8 UniverSeg issues
Sort by recently updated
recently updated
newest added

Hello! I encountered an issue while reproducing the training part code of your paper: I trained on multiple tasks, but it seems that I could only achieve the segmentation of...

Hello ! I'm wondering if the training/task augmentation scripts will be released to the community. I'm having some problems reproducing the pipeline. Best regards,

Thanks for sharing this amazing work. I have a 3D MRI dataset and I am looking forward to apply deep learning techniques. I was wondering if Universeg would work for...

Hello! I encountered an issue while reproducing the training part code of your paper: I trained on multiple tasks, but it seems that I could only achieve the segmentation of...

Dear authors, Congratulations on getting accepted to ICCV2023! Just wondering if you will release your code for data preprocessing and training, as well as other instructions? Thank you.

Thank you for sharing. I tried to perform the task of lung parenchyma segmentation directly on CT images, but the results were not good. The following is my result map,...

Hi, could you please release the code to perform the preprocessing and data storage/loading? Congratulations for your excellent work!

When converting Torch model to ONNX, the conversion ran for more than 8 hours without any exception. ```python device = 'cuda' if torch.cuda.is_available() else 'cpu' # Model Initialization encoder_blocks =...