Skip to content

Commit

Permalink
fix rgb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau-J committed Sep 19, 2023
1 parent ae9038a commit 9480252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Run `webui.py`:
python webui.py
```

![image](https://github.com/Tau-J/rtmlib/assets/13503330/eb3913f3-2789-4262-8353-b5e7864aa441)
![image](https://github.com/Tau-J/rtmlib/assets/13503330/d973888d-d741-49ae-8f46-889fa89f28a7)

Here is also a simple demo to show how to use rtmlib to conduct pose estimation on a single image.

Expand Down
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def predict(img,
scores,
openpose_skeleton=openpose_skeleton,
kpt_thr=0.4)
return img_show
return img_show[:, :, ::-1]


with gr.Blocks() as demo:
Expand Down

0 comments on commit 9480252

Please sign in to comment.