From 1c90a468b937ba20ea7a8f51389cfd409c1e7f47 Mon Sep 17 00:00:00 2001 From: Tau-J Date: Tue, 26 Dec 2023 13:27:43 +0800 Subject: [PATCH] bump 0.0.7 --- README.md | 1 + rtmlib/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 271cea3..7f21045 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ cv2.waitKey() - [RTMPose](/rtmlib/tools/pose_estimation/rtmpose.py) - RTMPose for 17 keypoints - RTMW for 133 keypoints + - RTMO for one-stage pose estimation (17 keypoints) - Visualization - [draw_bbox](https://github.com/Tau-J/rtmlib/blob/adc69a850f59ba962d81a88cffd3f48cfc5fd1ae/rtmlib/draw.py#L9) - [draw_skeleton](https://github.com/Tau-J/rtmlib/blob/adc69a850f59ba962d81a88cffd3f48cfc5fd1ae/rtmlib/draw.py#L16) diff --git a/rtmlib/version.py b/rtmlib/version.py index 34e05a0..aac8a13 100644 --- a/rtmlib/version.py +++ b/rtmlib/version.py @@ -1,4 +1,4 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' short_version = __version__