From 118cf97fb1f144930bf93d88794b525d579b2d0c Mon Sep 17 00:00:00 2001 From: linjing7 <70081899+linjing7@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:15:41 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38d4019..265baf9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ #### News +- **2023.10.12 :** UBody is now supported in [MMPose](https://github.com/open-mmlab/mmpose). Please feel free to use it. 🌟 - **2023.07.28 :** UBody can boost 2D whole-body pose estimation and controllable image generation, especially for in-the-wild hand keypoint detection. The training and test code and pre-trained models are released. See [details](https://github.com/IDEA-Research/DWPose). 🥳 - **2023.05.03 :** UBody-V1 is released. We'll release UBody-V2 later, which have manually annotated bboxes. :man_dancing: - **2023.04.17 :** We fix bug of rendering in A100/V100 and support yolov5 as a person detector in demo.py. :rocket: