mmagic
mmagic copied to clipboard
Take care of the normalization and denormalization processes
Currently codes for img normalize are spawned everywhere. They may appear in pipelines and model forwards, or defined as layers. Situations for denormalize codes are similar.
Should we put all normalization at a single place, e.g., in pipeline, or it doesn't matter?
It has been fixed in MMEditing 1.0 and won't fix in MMEditing 0.x. Closing due to inactivity, please reopen if there are any further problems.