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 want to extend this code, but have some question.
in mmseg/models/utils/dacs_transforms.py, there is "one_mix" method. it seems making mixing original image and target image. but, there is only mask[0] used, which is first batch's mask.
but in "get_class_masks" method, the number of generated masks is batch size. why others are not used but only using first mask?
The text was updated successfully, but these errors were encountered:
hello, first of all, thanks for your great work.
I want to extend this code, but have some question.
in mmseg/models/utils/dacs_transforms.py, there is "one_mix" method. it seems making mixing original image and target image. but, there is only mask[0] used, which is first batch's mask.
but in "get_class_masks" method, the number of generated masks is batch size. why others are not used but only using first mask?
The text was updated successfully, but these errors were encountered: