Hello, when I use MS_tiny_pascal_context to train on my own dataset, I encountered the following error: TypeError: forward_train() missing 1 required positional argument: 'gt_semantic_sebound'. How should I resolve this issue?
If you want to train the Mobile-Seed on the custom dataset, you must first generate the semantic boundary label as supervision.
Please refer to link(Line 101) for details.
Hello, when I use MS_tiny_pascal_context to train on my own dataset, I encountered the following error: TypeError: forward_train() missing 1 required positional argument: 'gt_semantic_sebound'. How should I resolve this issue?