Skip to content

Commit

Permalink
Fix CO-DETR load_from url in config (#11220)
Browse files Browse the repository at this point in the history
  • Loading branch information
returnL committed Dec 22, 2023
1 parent c5f6ea5 commit 63a4bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_base_ = ['co_dino_5scale_r50_8xb2_1x_coco.py']

pretrained = 'https://github.com/SwinTransformer/storage/releases/download/v1.0.0/swin_large_patch4_window12_384_22k.pth' # noqa
load_from = 'https://download.openmmlab.com/mmdetection/v3.0/codetr/co_dino_5scale_swin_large_22e_o365-0a33e247.pth' # noqa
load_from = 'https://download.openmmlab.com/mmdetection/v3.0/codetr/co_dino_5scale_swin_large_16e_o365tococo-614254c9.pth' # noqa

# model settings
model = dict(
Expand Down

0 comments on commit 63a4bb8

Please sign in to comment.