Skip to content

Commit

Permalink
Add updated model checkpoint from dingyiwei
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Mar 3, 2021
1 parent c29e43f commit fa192f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolort/models/yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def forward(
'yolov5_darknet_pan_s_r40_coco': f'{model_urls_root}/yolov5_darknet_pan_s_r40_coco-e3fd213d.pt',
'yolov5_darknet_pan_m_r40_coco': f'{model_urls_root}/yolov5_darknet_pan_m_r40_coco-d295cb02.pt',
'yolov5_darknet_pan_l_r40_coco': f'{model_urls_root}/yolov5_darknet_pan_l_r40_coco-4416841f.pt',
'yolov5_darknet_pan_s_tr_coco': None,
'yolov5_darknet_pan_s_tr_coco': f'{model_urls_root}/yolov5_darknet_pan_s_tr_coco-f09f21f7.pt',
}


Expand Down

0 comments on commit fa192f2

Please sign in to comment.