I appreciate your efforts in sharing the codes and pre-trained model weights. However, after testing all three steps - heart localization, heart segmentation, and CAC segmentations, I've encountered issues. The pre-trained weights appear to be malfunctioning, and I suspect this could be due to modifications in the model architecture when the weights were saved, or possibly due to corruption of the weights file. For instance, when running heart localization with your provided model weight, I received the following error: "ValueError: You are trying to load a weight file containing 1 layer into a model with 19 layers." Could you please confirm that the pre-trained weights you've shared for all three steps are functioning as intended?
I appreciate your efforts in sharing the codes and pre-trained model weights. However, after testing all three steps - heart localization, heart segmentation, and CAC segmentations, I've encountered issues. The pre-trained weights appear to be malfunctioning, and I suspect this could be due to modifications in the model architecture when the weights were saved, or possibly due to corruption of the weights file. For instance, when running heart localization with your provided model weight, I received the following error: "ValueError: You are trying to load a weight file containing 1 layer into a model with 19 layers." Could you please confirm that the pre-trained weights you've shared for all three steps are functioning as intended?