Skip to content

Commit

Permalink
bump 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau-J committed Feb 20, 2024
1 parent cc359b9 commit 4b29101
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rtmlib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.10'
__version__ = '0.0.11'
short_version = __version__


Expand Down
7 changes: 7 additions & 0 deletions rtmlib/visualization/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from .draw import draw_bbox, draw_skeleton
from .skeleton import coco17, coco133, hand21, openpose18, openpose134

__all__ = [
'draw_skeleton', 'draw_bbox', 'coco17', 'coco133', 'hand21', 'openpose18',
'openpose134'
]

0 comments on commit 4b29101

Please sign in to comment.