Ziyan-Huang / FLARE22

Champion Solution of MICCAI FLARE22 Challenge and FLARE24 Task2 Challenge based on nnU-Net.
Apache License 2.0
62 stars 7 forks source link

Pre-trained model #3

Open yyyzzzhao opened 1 year ago

yyyzzzhao commented 1 year ago

Thanks very much for your excellent work. Can you provide the pre-trained model? I want to apply the model on my data without label for downstream task. Much appreciate.

Ziyan-Huang commented 1 year ago

Hi @yyyzzzhao,

The pre-trained model is included within my Docker image which can be pulled from Docker Hub. You can use the model included in this Docker image for applying to your unlabeled data for your downstream tasks. The Docker image also ensures the correct environment and dependencies for the model to work properly.

To get the Docker image, you can follow the instructions on the official MICCAI FLARE22 website.

yyyzzzhao commented 1 year ago

Thank you for your patient reply.