WHU-USI3DV / Mobile-Seed

[IEEE RAL'24 & IROS'24] Mobile-Seed: Joint Semantic Segmentation and Boundary Detection for Mobile Robots
https://whu-usi3dv.github.io/Mobile-Seed/
BSD 2-Clause "Simplified" License
123 stars 2 forks source link

missing 1 required positional argument: 'gt_semantic_sebound' #12

Open Yuing001 opened 2 weeks ago

Yuing001 commented 2 weeks ago

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?

martin-liao commented 2 weeks ago

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.