PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.36k stars 2.84k forks source link

RT-Detr SSOD train #8673

Open jiesonshan opened 8 months ago

jiesonshan commented 8 months ago

问题确认 Search before asking

Bug组件 Bug Component

Training

Bug描述 Describe the Bug

when Start semi_supervised_traing, UnboundLocalError: local variable 'iou_score' referened before assignment error in ppdet/modeling/losses/detr_loss.py , line 351 in _get_prediction_loss

复现环境 Environment

Bug描述确认 Bug description confirmation

是否愿意提交PR? Are you willing to submit a PR?

onlyairnopods commented 8 months ago

I had the same problem, could you tell me how to solve it plz?

zhiboniu commented 4 months ago

you can try to follow the readme exactly, and then try this again