Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using mask in one_mix method in mmseg/models/utils/dacs_transforms.py #85

Open
beautifulchoi opened this issue Jan 30, 2024 · 0 comments

Comments

@beautifulchoi
Copy link

beautifulchoi commented Jan 30, 2024

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?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant