Hi, thanks for your awesome work!
I am wondering how to train segmentation controlnet with my customed dataset. I noticed that the Predictor of OneFormer must use BGR image in pre-trained seg-controlnet, but how about the requirement for my segmentation image if I want to refine the pre-trained seg-contronet on my dataset? Do I need to format my segmentation result in BGR order? or RGB order in my Dataset class?
I am looking forward to your reply, appreciate it! @lllyasviel
Hi, thanks for your awesome work! I am wondering how to train segmentation controlnet with my customed dataset. I noticed that the Predictor of OneFormer must use
BGR
image in pre-trained seg-controlnet, but how about the requirement for my segmentation image if I want to refine the pre-trained seg-contronet on my dataset? Do I need to format my segmentation result inBGR
order? orRGB
order in myDataset
class?I am looking forward to your reply, appreciate it! @lllyasviel