Skip to content

Commit

Permalink
Add ultralytics like model loading notebooks (#52)
Browse files Browse the repository at this point in the history
* Add YOLO to module

* Add ultralytics like model loading notebooks
  • Loading branch information
zhiqwang authored Feb 5, 2021
1 parent 1c5ff1e commit 38bdf06
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 1 deletion.
2 changes: 1 addition & 1 deletion models/yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from typing import Tuple, Any, List, Dict, Optional

__all__ = ['yolov5_darknet_pan_s_r31', 'yolov5_darknet_pan_m_r31', 'yolov5_darknet_pan_l_r31',
__all__ = ['YOLO', 'yolov5_darknet_pan_s_r31', 'yolov5_darknet_pan_m_r31', 'yolov5_darknet_pan_l_r31',
'yolov5_darknet_pan_s_r40', 'yolov5_darknet_pan_m_r40', 'yolov5_darknet_pan_l_r40']


Expand Down
506 changes: 506 additions & 0 deletions notebooks/load-model-as-ultralytics.ipynb

Large diffs are not rendered by default.

0 comments on commit 38bdf06

Please sign in to comment.