XiaoSiJi-GCY
XiaoSiJi-GCY
It seems that Soft Teacher can only use "IterBasedTrainLoop" and set "by_epoch=False"
> I also face this problem in my programme. Just like you said, it is because in mmdet api, there are two inference, 'inference_detector'、'inference_mot', the programme use wrong api inference_mot...
同样的警告,跑完后没有图像显示,检测框也没有。请问解决了吗?
> I experienced the same error while training a soft-teacher with a custom dataset. None of what was proposed here solved the problem in my case but I found the...
I have encountered the same problem as you, does anyone know how to solve it
""" D:\\AcademicResearch\\PaperCode\\MMCV_tutorials\\mmdetection-main\\data\\coco\\val2017\\2.jpg D:\\AcademicResearch\\PaperCode\\MMCV_tutorials\\mmdetection-main\\tools\\work_dirs\\deformable-detr_r50_16xb2-50e_coco\\my20240918_deformable-detr_r50_16xb2-50e_coco.py D:\\AcademicResearch\\PaperCode\\MMCV_tutorials\\mmdetection-main\\tools\\work_dirs\\deformable-detr_r50_16xb2-50e_coco\\latest.pth """ def parse_args(): parser = ArgumentParser() parser.add_argument( # 'inputs', type=str, help='Input image file or folder path.') 'inputs', type=str, help='Input image file or folder path.') parser.add_argument( 'model',...