Skip to content

Commit

Permalink
[Feature] Add ViPNAS models for wholebody keypoint detection (#1009)
Browse files Browse the repository at this point in the history
* add configs

* add dark configs

* add checkpoint and readme

* update webcam demo

* fix model path in webcam demo

* fix unittest
  • Loading branch information
ly015 authored and wusize committed Dec 7, 2021
1 parent 8c8f316 commit ca04006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmpose/models/detectors/top_down.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,5 @@ def show_result(self,
if out_file is not None:
imwrite(img, out_file)


return img

0 comments on commit ca04006

Please sign in to comment.