Quintin
Quintin
the UI doesn't shoe the result of HR, so where is the result? And the window of camera is so jam, how to solve it?
How does this test_seg.py work? I want to get the predicted dice and save the prediction as nii.gz, how should I use this code?
Sorry to bother the author. May I ask what changes I need to make to the code if I want to categorize a larger number, for example class_num=3? I would...
感谢作者的工作,抱歉打扰您了。关于我使用您第二阶段训练分割网络的代码,我得到了分割网络best.pt文件,然后我使用权重和您提供的测试代码,出现了key缺失的报错。具体如下: RuntimeError: Error(s) in loading state_dict for DARUnet: Missing key(s) in state_dict: "L1_fromimg.conv_block.0.weight", "L1_fromimg.conv_block.0.bias", "L1_fromimg.conv_block.1.weight", "L1_fromimg.conv_block.1.bias", "L1_fromimg.conv_block.3.weight", "L1_fromimg.conv_block.3.bias", "L1_fromimg.conv_block.4.weight", "L1_fromimg.conv_block.4.bias", "L1_fromimg.conv_block.6.weight", "L1_fromimg.conv_block.6.bias", "L1_fromimg.conv_skip.0.weight", "L1_fromimg.conv_skip.0.bias", "L1_fromimg.conv_skip.1.weight", "L1_fromimg.conv_skip.1.bias", "L1_fromimg.qam.branchs.0.compress.1.weight", "L1_fromimg.qam.branchs.0.compress.2.weight", "L1_fromimg.qam.branchs.0.compress.2.bias", "L1_fromimg.qam.branchs.0.compress.2.running_mean",...
Thanks to the authors for their work! May I ask how much you set the threshold in parser.add_argument('--threshold', default=None) during testing to achieve the best result? I changed None to...
Excuse the author, I browsed your test_xnet3d.py,but didn't find where your evaluation metrics (dice,jaccard,hd,asd) are calculated? I would be grateful for your answer!