You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem. As the author state in the README.md, they use the ResNet34 model, which I guess should correspond to the resnet34.yaml. However, when I check the content in the resnet34.yaml, I found that only BasicBlock_2 is used in the backbone, and the MS_block isn't used in the network. I think this is not align with what they presented in the paper.
I also noticed a discrepancy between Concat_res2 and the 'EMS_block2' described in the paper. In the paper, the Maxpool operation is applied first followed by the LCB block. However, in the Concat_res2 code, the LCB block is done first, and then the Maxpool operation is performed after concatenation.
I'm confused about the .yaml files in the models folder.
I don't know what model does each .yaml file correspond to.
Could anyone help me? Thanks.
The text was updated successfully, but these errors were encountered: