Đức Trí
Đức Trí
where can i find the "models/swin_large_patch4_window12_384_22k.pth", I'm using the base 'co_dino_5scale_swin_large_3x_coco.py' to train object detection for custom dataset, in my own config, I already have the load_from = 'checkpoints/co_dino_5scale_swin_large_3x_coco.pth'. However...
I'm having issue with: File "/data/raccoon/broken_heart/Co-DETR/mmdet/models/dense_heads/anchor_free_head.py", line 350, in aug_test return self.aug_test_bboxes(feats, img_metas, rescale=rescale) File "/data/raccoon/broken_heart/Co-DETR/projects/models/co_deformable_detr_head.py", line 1077, in aug_test_bboxes raise ValueError('Not implemented') ValueError: Not implemented when setting the config...