Jayn
Jayn
Hi, I found `test_cfg=dict(inference_on="student")` in your config file, which means you test the student model as your final performance. I set `test_cfg=dict(inference_on="teacher")` and find that the performance of teacher model...
I found in `trainer_sessd.py`, line334-339, you comment the unlabeled data, Have you try to add the unlabeled data to your training process to finish the semi-supervised training? How's the effect...
Hi, I'm confused that can I set the anchor size into different width/height ratio in different sub-detection network? For example, can I set the anchor size as `40by40` in det-8...