Question about run inference with pretrained model in V2
liuxia0725 opened this issue · 3 comments
liuxia0725 commented
I have a pretrained model build by V2. And I notice that V2 did not have the function that running inference with pretrained model, only V1 had that function. If I still want to use this pretrained model. How can I deal with this situation?
gaojh135 commented
liuxia0725 commented
But in the websit, they said the function could not use in V2
gaojh135 commented
可以用的
nnUNetv2_export_model_to_zip -h查看具体的操作
导出zip,解压到到另一台计算机之后就可以用了,配置一下环境变量
nnUNetv2_predict .......这样