Hello @fsalv ,
I am trying to reproduce your results training a model from scratch and am having some trouble. One thing I've noticed is this:
The register_imgset function L160 returns the input imgset instead of the registered version of the images imgset_reg. See here:
To me this seems like a mistake. Maybe I am missing something?
If this is a mistake, could you please advise if you think your pretrained models were affected?
Hello @fsalv ,
I am trying to reproduce your results training a model from scratch and am having some trouble. One thing I've noticed is this:
The
register_imgsetfunction L160 returns the inputimgsetinstead of the registered version of the imagesimgset_reg. See here:RAMS/utils/preprocessing.py
Line 160 in bc16e52
To me this seems like a mistake. Maybe I am missing something?
If this is a mistake, could you please advise if you think your pretrained models were affected?