I am working on training AdaBLDM with my custom dataset, which uses binary masks rather than the triple masks used in the original implementation. I would like to understand:
Which parts of the code should be modified to adapt the model for binary masks during training and inference?
Are there any specific settings or architectural changes needed to ensure compatibility and effective performance with binary masks?
I’ve looked through the documentation and codebase but couldn’t find detailed instructions on modifying the model for different mask formats. Any guidance or advice would be greatly appreciated!
If you wanna to train a model with binary mask , you can change this lines for generating dateset with binary mask.
I am a student without enough GPUs. I didn't try to train the model in all categories which spent too much times. You can try in training the model for single category like hazelnut.
Hello,
I am working on training AdaBLDM with my custom dataset, which uses binary masks rather than the triple masks used in the original implementation. I would like to understand:
I’ve looked through the documentation and codebase but couldn’t find detailed instructions on modifying the model for different mask formats. Any guidance or advice would be greatly appreciated!