When I was reproducing the segmentation, I found that no matter how I modified the contents in the config file, the model actually built did not adopt the operations in the config file, but remained default.
For example, in the config you provided, forward_type="v05_noz", but I found through outputting this variable that forward_type="v2".
Furthermore, I gradually output and found that the __init__ method of the class Backbone_VSSM in the file vmamba.py seems not to be called.
I'm not very familiar with mmseg, and I hope to get your reply and help.
Hello,
I'm glad you shared your work!
When I was reproducing the segmentation, I found that no matter how I modified the contents in the config file, the model actually built did not adopt the operations in the config file, but remained default.
For example, in the config you provided,
forward_type="v05_noz"
, but I found through outputting this variable thatforward_type="v2"
.Furthermore, I gradually output and found that the
__init__
method of the classBackbone_VSSM
in the filevmamba.py
seems not to be called.I'm not very familiar with
mmseg
, and I hope to get your reply and help.Thank you so much